Html Css Color HEX #DC3975 Cerise

📋 copy color: '#DC3975'

red 220 ◦ green 57 ◦ blue 117

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

Shades of Cerise #DC3975

Tints of Cerise #DC3975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.47%

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 55.84%
G = 14.47%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3975 (or 0xDC3975) is known color: Cerise. HEX triplet: DC, 39 and 75. RGB value is (220,57,117). Sum of RGB (Red+Green+Blue) = 220+57+117=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3975 is #23C68A. Grayscale: #707070. Windows color (decimal): -2344587 or 7682524. OLE color: 7682524.

HSL color Cylindrical-coordinate representation of color #DC3975: hue angle of 337.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3975 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 117 -
CMYK 0 0.74 0.47 0.14
HSL 337.91º 0.7% 0.54% -
HSV(B) 337.91º 0.74% 0.86% -
XYZ 34.19 19.43 18.78 -
YUV 112.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 220 57 117 0 0.74 0.47 0.14 337.91 0.7 0.54
Hex DC 39 75 0 4A 2F E 152 46 36
Octal 334 71 165 0 112 57 16 522 106 66
Binary 11011100 111001 1110101 0 1001010 101111 1110 101010010 1000110 110110

Color Harmonies of #DC3975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3975

Black with #DC3975

Text Example


Text Example

White with #DC3975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3975; }

 p { color: rgb(220,57,117); }

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

background-color css

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

 a { background-color: rgb(220,57,117); }

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

border-color css

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

 span { border-color: rgb(220,57,117); }

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