Html Css Color HEX #DC468C Deep Cerise

📋 copy color: '#DC468C'

red 220 ◦ green 70 ◦ blue 140

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

Shades of Deep Cerise #DC468C

Tints of Deep Cerise #DC468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 51.16%
G = 16.28%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC468C (or 0xDC468C) is known color: Deep Cerise. HEX triplet: DC, 46 and 8C. RGB value is (220,70,140). Sum of RGB (Red+Green+Blue) = 220+70+140=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC468C is #23B973. Grayscale: #7A7A7A. Windows color (decimal): -2341236 or 9193180. OLE color: 9193180.

HSL color Cylindrical-coordinate representation of color #DC468C: hue angle of 332º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC468C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 70 140 -
CMYK 0 0.68 0.36 0.14
HSL 332º 0.68% 0.57% -
HSV(B) 332º 0.68% 0.86% -
XYZ 36.44 21.49 27.04 -
YUV 122.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 220 70 140 0 0.68 0.36 0.14 332 0.68 0.57
Hex DC 46 8C 0 44 24 E 14C 44 39
Octal 334 106 214 0 104 44 16 514 104 71
Binary 11011100 1000110 10001100 0 1000100 100100 1110 101001100 1000100 111001

Color Harmonies of #DC468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC468C

Black with #DC468C

Text Example


Text Example

White with #DC468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC468C; }

 p { color: rgb(220,70,140); }

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

background-color css

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

 a { background-color: rgb(220,70,140); }

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

border-color css

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

 span { border-color: rgb(220,70,140); }

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