Html Css Color HEX #DC2667 Cerise

📋 copy color: '#DC2667'

red 220 ◦ green 38 ◦ blue 103

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

Shades of Cerise #DC2667

Tints of Cerise #DC2667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.53%

R = 60.94%
G = 10.53%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC2667 (or 0xDC2667) is known color: Cerise. HEX triplet: DC, 26 and 67. RGB value is (220,38,103). Sum of RGB (Red+Green+Blue) = 220+38+103=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2667 is #23D998. Grayscale: #636363. Windows color (decimal): -2349465 or 6760156. OLE color: 6760156.

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

Color convert

RGB 220 38 103 -
CMYK 0 0.83 0.53 0.14
HSL 338.57º 0.72% 0.51% -
HSV(B) 338.57º 0.83% 0.86% -
XYZ 32.66 17.58 14.5 -
YUV 99.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 220 38 103 0 0.83 0.53 0.14 338.57 0.72 0.51
Hex DC 26 67 0 53 35 E 153 48 33
Octal 334 46 147 0 123 65 16 523 110 63
Binary 11011100 100110 1100111 0 1010011 110101 1110 101010011 1001000 110011

Color Harmonies of #DC2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2667

Black with #DC2667

Text Example


Text Example

White with #DC2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2667; }

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

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

background-color css

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

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

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

border-color css

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

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

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