Html Css Color HEX #DC4469 Cerise

📋 copy color: '#DC4469'

red 220 ◦ green 68 ◦ blue 105

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

Shades of Cerise #DC4469

Tints of Cerise #DC4469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 55.98%
G = 17.3%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC4469 (or 0xDC4469) is known color: Cerise. HEX triplet: DC, 44 and 69. RGB value is (220,68,105). Sum of RGB (Red+Green+Blue) = 220+68+105=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4469 is #23BB96. Grayscale: #757575. Windows color (decimal): -2341783 or 6898908. OLE color: 6898908.

HSL color Cylindrical-coordinate representation of color #DC4469: hue angle of 345.39º 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 #DC4469 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 105 -
CMYK 0 0.69 0.52 0.14
HSL 345.39º 0.68% 0.56% -
HSV(B) 345.39º 0.69% 0.86% -
XYZ 34.13 20.37 15.5 -
YUV 117.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 220 68 105 0 0.69 0.52 0.14 345.39 0.68 0.56
Hex DC 44 69 0 45 34 E 159 44 38
Octal 334 104 151 0 105 64 16 531 104 70
Binary 11011100 1000100 1101001 0 1000101 110100 1110 101011001 1000100 111000

Color Harmonies of #DC4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4469

Black with #DC4469

Text Example


Text Example

White with #DC4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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