Html Css Color HEX #D031A0 Deep Cerise

📋 copy color: '#D031A0'

red 208 ◦ green 49 ◦ blue 160

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

Shades of Deep Cerise #D031A0

Tints of Deep Cerise #D031A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 49.88%
G = 11.75%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D031A0 (or 0xD031A0) is known color: Deep Cerise. HEX triplet: D0, 31 and A0. RGB value is (208,49,160). Sum of RGB (Red+Green+Blue) = 208+49+160=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D031A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D031A0 is #2FCE5F. Grayscale: #6C6C6C. Windows color (decimal): -3133024 or 10498512. OLE color: 10498512.

HSL color Cylindrical-coordinate representation of color #D031A0: hue angle of 318.11º 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 #D031A0 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 160 -
CMYK 0 0.76 0.23 0.18
HSL 318.11º 0.63% 0.5% -
HSV(B) 318.11º 0.76% 0.82% -
XYZ 33.46 18.14 35 -
YUV 109.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 208 49 160 0 0.76 0.23 0.18 318.11 0.63 0.5
Hex D0 31 A0 0 4C 17 12 13E 3F 32
Octal 320 61 240 0 114 27 22 476 77 62
Binary 11010000 110001 10100000 0 1001100 10111 10010 100111110 111111 110010

Color Harmonies of #D031A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031A0

Black with #D031A0

Text Example


Text Example

White with #D031A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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