Html Css Color HEX #D02C92 Deep Cerise

📋 copy color: '#D02C92'

red 208 ◦ green 44 ◦ blue 146

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

Shades of Deep Cerise #D02C92

Tints of Deep Cerise #D02C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.06%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 52.26%
G = 11.06%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D02C92 (or 0xD02C92) is known color: Deep Cerise. HEX triplet: D0, 2C and 92. RGB value is (208,44,146). Sum of RGB (Red+Green+Blue) = 208+44+146=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C92 is #2FD36D. Grayscale: #686868. Windows color (decimal): -3134318 or 9579728. OLE color: 9579728.

HSL color Cylindrical-coordinate representation of color #D02C92: hue angle of 322.68º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C92 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 146 -
CMYK 0 0.79 0.30 0.18
HSL 322.68º 0.65% 0.49% -
HSV(B) 322.68º 0.79% 0.82% -
XYZ 32.1 17.29 28.84 -
YUV 104.66 151.33 201.71 -
System Red Green Blue C M Y K H S L
Decimal 208 44 146 0 0.79 0.30 0.18 322.68 0.65 0.49
Hex D0 2C 92 0 4F 1E 12 143 41 31
Octal 320 54 222 0 117 36 22 503 101 61
Binary 11010000 101100 10010010 0 1001111 11110 10010 101000011 1000001 110001

Color Harmonies of #D02C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C92

Black with #D02C92

Text Example


Text Example

White with #D02C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C92; }

 p { color: rgb(208,44,146); }

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

background-color css

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

 a { background-color: rgb(208,44,146); }

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

border-color css

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

 span { border-color: rgb(208,44,146); }

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