Html Css Color HEX #DC4264 Cerise

📋 copy color: '#DC4264'

red 220 ◦ green 66 ◦ blue 100

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

Shades of Cerise #DC4264

Tints of Cerise #DC4264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 56.99%
G = 17.1%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC4264 (or 0xDC4264) is known color: Cerise. HEX triplet: DC, 42 and 64. RGB value is (220,66,100). Sum of RGB (Red+Green+Blue) = 220+66+100=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4264 is #23BD9B. Grayscale: #737373. Windows color (decimal): -2342300 or 6570716. OLE color: 6570716.

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

Color convert

RGB 220 66 100 -
CMYK 0 0.7 0.55 0.14
HSL 346.75º 0.69% 0.56% -
HSV(B) 346.75º 0.7% 0.86% -
XYZ 33.76 20.03 14.14 -
YUV 115.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 220 66 100 0 0.7 0.55 0.14 346.75 0.69 0.56
Hex DC 42 64 0 46 37 E 15B 45 38
Octal 334 102 144 0 106 67 16 533 105 70
Binary 11011100 1000010 1100100 0 1000110 110111 1110 101011011 1000101 111000

Color Harmonies of #DC4264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4264

Black with #DC4264

Text Example


Text Example

White with #DC4264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4264; }

 p { color: rgb(220,66,100); }

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

background-color css

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

 a { background-color: rgb(220,66,100); }

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

border-color css

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

 span { border-color: rgb(220,66,100); }

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