Html Css Color HEX #D931A1 Deep Cerise

📋 copy color: '#D931A1'

red 217 ◦ green 49 ◦ blue 161

#D931A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D931A1

Tints of Deep Cerise #D931A1

RGB

 RED value IS 217 (85.16% from 255) = 50.82%

 GREEN value IS 49 (19.53% from 255) = 11.48%

 BLUE value IS 161 (63.28% from 255) = 37.7%

R = 50.82%
G = 11.48%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D931A1 (or 0xD931A1) is known color: Deep Cerise. HEX triplet: D9, 31 and A1. RGB value is (217,49,161). Sum of RGB (Red+Green+Blue) = 217+49+161=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D931A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D931A1 is #26CE5E. Grayscale: #6F6F6F. Windows color (decimal): -2543199 or 10564057. OLE color: 10564057.

HSL color Cylindrical-coordinate representation of color #D931A1: hue angle of 320º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D931A1 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 161 -
CMYK 0 0.77 0.26 0.15
HSL 320º 0.69% 0.52% -
HSV(B) 320º 0.77% 0.85% -
XYZ 36.15 19.52 35.58 -
YUV 112 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 217 49 161 0 0.77 0.26 0.15 320 0.69 0.52
Hex D9 31 A1 0 4D 1A F 140 45 34
Octal 331 61 241 0 115 32 17 500 105 64
Binary 11011001 110001 10100001 0 1001101 11010 1111 101000000 1000101 110100

Color Harmonies of #D931A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D931A1

Black with #D931A1

Text Example


Text Example

White with #D931A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D931A1; }

 p { color: rgb(217,49,161); }

 H1.HeaderClassName
 {
   color: #D931A1;
 }
 .AnyTagClassName
 {
   color: #D931A1;
 }
</style>

background-color css

<style>
 a { background-color: #D931A1; }

 a { background-color: rgb(217,49,161); }

 div.DivClassName
 {
   background-color: #D931A1;
 }
 .BgClassName
 {
   background-color: #D931A1;
 }
</style>

border-color css

<style>
 span { border-color: #D931A1; }

 span { border-color: rgb(217,49,161); }

 td.TdClassName
 {
   border-color: #D931A1;
 }
 .TagClassName
 {
   border-color: #D931A1;
 }
</style>