Html Css Color HEX #DC4056 Cerise

📋 copy color: '#DC4056'

red 220 ◦ green 64 ◦ blue 86

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

Shades of Cerise #DC4056

Tints of Cerise #DC4056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

 BLUE value IS 86 (33.98% from 255) = 23.24%

R = 59.46%
G = 17.3%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC4056 (or 0xDC4056) is known color: Cerise. HEX triplet: DC, 40 and 56. RGB value is (220,64,86). Sum of RGB (Red+Green+Blue) = 220+64+86=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4056 is #23BFA9. Grayscale: #717171. Windows color (decimal): -2342826 or 5652700. OLE color: 5652700.

HSL color Cylindrical-coordinate representation of color #DC4056: hue angle of 351.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4056 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 86 -
CMYK 0 0.71 0.61 0.14
HSL 351.54º 0.69% 0.56% -
HSV(B) 351.54º 0.71% 0.86% -
XYZ 33.03 19.55 10.84 -
YUV 113.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 220 64 86 0 0.71 0.61 0.14 351.54 0.69 0.56
Hex DC 40 56 0 47 3D E 160 45 38
Octal 334 100 126 0 107 75 16 540 105 70
Binary 11011100 1000000 1010110 0 1000111 111101 1110 101100000 1000101 111000

Color Harmonies of #DC4056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4056

Black with #DC4056

Text Example


Text Example

White with #DC4056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4056; }

 p { color: rgb(220,64,86); }

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

background-color css

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

 a { background-color: rgb(220,64,86); }

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

border-color css

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

 span { border-color: rgb(220,64,86); }

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