Html Css Color HEX #DC3457 Cerise

📋 copy color: '#DC3457'

red 220 ◦ green 52 ◦ blue 87

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

Shades of Cerise #DC3457

Tints of Cerise #DC3457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

 BLUE value IS 87 (34.38% from 255) = 24.23%

R = 61.28%
G = 14.48%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC3457 (or 0xDC3457) is known color: Cerise. HEX triplet: DC, 34 and 57. RGB value is (220,52,87). Sum of RGB (Red+Green+Blue) = 220+52+87=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3457 is #23CBA8. Grayscale: #6A6A6A. Windows color (decimal): -2345897 or 5715164. OLE color: 5715164.

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

Color convert

RGB 220 52 87 -
CMYK 0 0.76 0.60 0.14
HSL 347.5º 0.71% 0.53% -
HSV(B) 347.5º 0.76% 0.86% -
XYZ 32.46 18.36 10.85 -
YUV 106.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 220 52 87 0 0.76 0.60 0.14 347.5 0.71 0.53
Hex DC 34 57 0 4C 3C E 15C 47 35
Octal 334 64 127 0 114 74 16 534 107 65
Binary 11011100 110100 1010111 0 1001100 111100 1110 101011100 1000111 110101

Color Harmonies of #DC3457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3457

Black with #DC3457

Text Example


Text Example

White with #DC3457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3457; }

 p { color: rgb(220,52,87); }

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

background-color css

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

 a { background-color: rgb(220,52,87); }

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

border-color css

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

 span { border-color: rgb(220,52,87); }

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