Html Css Color HEX #DC4267 Cerise

📋 copy color: '#DC4267'

red 220 ◦ green 66 ◦ blue 103

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

Shades of Cerise #DC4267

Tints of Cerise #DC4267

RGB

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

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

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

R = 56.56%
G = 16.97%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC4267 (or 0xDC4267) is known color: Cerise. HEX triplet: DC, 42 and 67. RGB value is (220,66,103). Sum of RGB (Red+Green+Blue) = 220+66+103=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4267 is #23BD98. Grayscale: #747474. Windows color (decimal): -2342297 or 6767324. OLE color: 6767324.

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

Color convert

RGB 220 66 103 -
CMYK 0 0.7 0.53 0.14
HSL 345.58º 0.69% 0.56% -
HSV(B) 345.58º 0.7% 0.86% -
XYZ 33.91 20.09 14.92 -
YUV 116.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 220 66 103 0 0.7 0.53 0.14 345.58 0.69 0.56
Hex DC 42 67 0 46 35 E 15A 45 38
Octal 334 102 147 0 106 65 16 532 105 70
Binary 11011100 1000010 1100111 0 1000110 110101 1110 101011010 1000101 111000

Color Harmonies of #DC4267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4267

Black with #DC4267

Text Example


Text Example

White with #DC4267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4267; }

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

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

background-color css

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

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

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

border-color css

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

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

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