Html Css Color HEX #D031A2 Deep Cerise

📋 copy color: '#D031A2'

red 208 ◦ green 49 ◦ blue 162

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

Shades of Deep Cerise #D031A2

Tints of Deep Cerise #D031A2

RGB

 RED value IS 208 (81.64% from 255) = 49.64%

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

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 49.64%
G = 11.69%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D031A2 (or 0xD031A2) is known color: Deep Cerise. HEX triplet: D0, 31 and A2. RGB value is (208,49,162). Sum of RGB (Red+Green+Blue) = 208+49+162=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D031A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D031A2 is #2FCE5D. Grayscale: #6D6D6D. Windows color (decimal): -3133022 or 10629584. OLE color: 10629584.

HSL color Cylindrical-coordinate representation of color #D031A2: hue angle of 317.36º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D031A2 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 162 -
CMYK 0 0.76 0.22 0.18
HSL 317.36º 0.63% 0.5% -
HSV(B) 317.36º 0.76% 0.82% -
XYZ 33.63 18.22 35.93 -
YUV 109.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 208 49 162 0 0.76 0.22 0.18 317.36 0.63 0.5
Hex D0 31 A2 0 4C 16 12 13D 3F 32
Octal 320 61 242 0 114 26 22 475 77 62
Binary 11010000 110001 10100010 0 1001100 10110 10010 100111101 111111 110010

Color Harmonies of #D031A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031A2

Black with #D031A2

Text Example


Text Example

White with #D031A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031A2; }

 p { color: rgb(208,49,162); }

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

background-color css

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

 a { background-color: rgb(208,49,162); }

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

border-color css

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

 span { border-color: rgb(208,49,162); }

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