Html Css Color HEX #DC2669 Cerise

📋 copy color: '#DC2669'

red 220 ◦ green 38 ◦ blue 105

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

Shades of Cerise #DC2669

Tints of Cerise #DC2669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.47%

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

R = 60.61%
G = 10.47%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC2669 (or 0xDC2669) is known color: Cerise. HEX triplet: DC, 26 and 69. RGB value is (220,38,105). Sum of RGB (Red+Green+Blue) = 220+38+105=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2669 is #23D996. Grayscale: #636363. Windows color (decimal): -2349463 or 6891228. OLE color: 6891228.

HSL color Cylindrical-coordinate representation of color #DC2669: hue angle of 337.91º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2669 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 38 105 -
CMYK 0 0.83 0.52 0.14
HSL 337.91º 0.72% 0.51% -
HSV(B) 337.91º 0.83% 0.86% -
XYZ 32.76 17.62 15.04 -
YUV 100.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 220 38 105 0 0.83 0.52 0.14 337.91 0.72 0.51
Hex DC 26 69 0 53 34 E 152 48 33
Octal 334 46 151 0 123 64 16 522 110 63
Binary 11011100 100110 1101001 0 1010011 110100 1110 101010010 1001000 110011

Color Harmonies of #DC2669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2669

Black with #DC2669

Text Example


Text Example

White with #DC2669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2669; }

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

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

background-color css

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

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

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

border-color css

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

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

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