Html Css Color HEX #DC3F58 Cerise

📋 copy color: '#DC3F58'

red 220 ◦ green 63 ◦ blue 88

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

Shades of Cerise #DC3F58

Tints of Cerise #DC3F58

RGB

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

 GREEN value IS 63 (25% from 255) = 16.98%

 BLUE value IS 88 (34.77% from 255) = 23.72%

R = 59.3%
G = 16.98%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC3F58 (or 0xDC3F58) is known color: Cerise. HEX triplet: DC, 3F and 58. RGB value is (220,63,88). Sum of RGB (Red+Green+Blue) = 220+63+88=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F58 is #23C0A7. Grayscale: #707070. Windows color (decimal): -2343080 or 5783516. OLE color: 5783516.

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

Color convert

RGB 220 63 88 -
CMYK 0 0.71 0.6 0.14
HSL 350.45º 0.69% 0.55% -
HSV(B) 350.45º 0.71% 0.86% -
XYZ 33.05 19.48 11.25 -
YUV 112.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 220 63 88 0 0.71 0.6 0.14 350.45 0.69 0.55
Hex DC 3F 58 0 47 3C E 15E 45 37
Octal 334 77 130 0 107 74 16 536 105 67
Binary 11011100 111111 1011000 0 1000111 111100 1110 101011110 1000101 110111

Color Harmonies of #DC3F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F58

Black with #DC3F58

Text Example


Text Example

White with #DC3F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F58; }

 p { color: rgb(220,63,88); }

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

background-color css

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

 a { background-color: rgb(220,63,88); }

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

border-color css

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

 span { border-color: rgb(220,63,88); }

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