Html Css Color HEX #DC4261 Cerise

📋 copy color: '#DC4261'

red 220 ◦ green 66 ◦ blue 97

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

Shades of Cerise #DC4261

Tints of Cerise #DC4261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 57.44%
G = 17.23%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC4261 (or 0xDC4261) is known color: Cerise. HEX triplet: DC, 42 and 61. RGB value is (220,66,97). Sum of RGB (Red+Green+Blue) = 220+66+97=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4261 is #23BD9E. Grayscale: #737373. Windows color (decimal): -2342303 or 6374108. OLE color: 6374108.

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

Color convert

RGB 220 66 97 -
CMYK 0 0.7 0.56 0.14
HSL 347.92º 0.69% 0.56% -
HSV(B) 347.92º 0.7% 0.86% -
XYZ 33.62 19.98 13.39 -
YUV 115.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 220 66 97 0 0.7 0.56 0.14 347.92 0.69 0.56
Hex DC 42 61 0 46 38 E 15C 45 38
Octal 334 102 141 0 106 70 16 534 105 70
Binary 11011100 1000010 1100001 0 1000110 111000 1110 101011100 1000101 111000

Color Harmonies of #DC4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4261

Black with #DC4261

Text Example


Text Example

White with #DC4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4261; }

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

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

background-color css

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

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

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

border-color css

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

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

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