Html Css Color HEX #DC4466 Cerise

📋 copy color: '#DC4466'

red 220 ◦ green 68 ◦ blue 102

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

Shades of Cerise #DC4466

Tints of Cerise #DC4466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 56.41%
G = 17.44%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC4466 (or 0xDC4466) is known color: Cerise. HEX triplet: DC, 44 and 66. RGB value is (220,68,102). Sum of RGB (Red+Green+Blue) = 220+68+102=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4466 is #23BB99. Grayscale: #757575. Windows color (decimal): -2341786 or 6702300. OLE color: 6702300.

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

Color convert

RGB 220 68 102 -
CMYK 0 0.69 0.54 0.14
HSL 346.58º 0.68% 0.56% -
HSV(B) 346.58º 0.69% 0.86% -
XYZ 33.98 20.31 14.7 -
YUV 117.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 220 68 102 0 0.69 0.54 0.14 346.58 0.68 0.56
Hex DC 44 66 0 45 36 E 15B 44 38
Octal 334 104 146 0 105 66 16 533 104 70
Binary 11011100 1000100 1100110 0 1000101 110110 1110 101011011 1000100 111000

Color Harmonies of #DC4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4466

Black with #DC4466

Text Example


Text Example

White with #DC4466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4466; }

 p { color: rgb(220,68,102); }

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

background-color css

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

 a { background-color: rgb(220,68,102); }

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

border-color css

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

 span { border-color: rgb(220,68,102); }

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