Html Css Color HEX #DC4092 Deep Cerise

📋 copy color: '#DC4092'

red 220 ◦ green 64 ◦ blue 146

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

Shades of Deep Cerise #DC4092

Tints of Deep Cerise #DC4092

RGB

 RED value IS 220 (86.33% from 255) = 51.16%

 GREEN value IS 64 (25.39% from 255) = 14.88%

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

R = 51.16%
G = 14.88%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC4092 (or 0xDC4092) is known color: Deep Cerise. HEX triplet: DC, 40 and 92. RGB value is (220,64,146). Sum of RGB (Red+Green+Blue) = 220+64+146=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4092 is #23BF6D. Grayscale: #777777. Windows color (decimal): -2342766 or 9584860. OLE color: 9584860.

HSL color Cylindrical-coordinate representation of color #DC4092: hue angle of 328.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4092 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 146 -
CMYK 0 0.71 0.34 0.14
HSL 328.46º 0.69% 0.56% -
HSV(B) 328.46º 0.71% 0.86% -
XYZ 36.54 20.96 29.31 -
YUV 119.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 220 64 146 0 0.71 0.34 0.14 328.46 0.69 0.56
Hex DC 40 92 0 47 22 E 148 45 38
Octal 334 100 222 0 107 42 16 510 105 70
Binary 11011100 1000000 10010010 0 1000111 100010 1110 101001000 1000101 111000

Color Harmonies of #DC4092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4092

Black with #DC4092

Text Example


Text Example

White with #DC4092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4092; }

 p { color: rgb(220,64,146); }

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

background-color css

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

 a { background-color: rgb(220,64,146); }

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

border-color css

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

 span { border-color: rgb(220,64,146); }

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