Html Css Color HEX #DC3475 Cerise

📋 copy color: '#DC3475'

red 220 ◦ green 52 ◦ blue 117

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

Shades of Cerise #DC3475

Tints of Cerise #DC3475

RGB

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

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

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

R = 56.56%
G = 13.37%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3475 (or 0xDC3475) is known color: Cerise. HEX triplet: DC, 34 and 75. RGB value is (220,52,117). Sum of RGB (Red+Green+Blue) = 220+52+117=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3475 is #23CB8A. Grayscale: #6D6D6D. Windows color (decimal): -2345867 or 7681244. OLE color: 7681244.

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

Color convert

RGB 220 52 117 -
CMYK 0 0.76 0.47 0.14
HSL 336.79º 0.71% 0.53% -
HSV(B) 336.79º 0.76% 0.86% -
XYZ 33.95 18.96 18.7 -
YUV 109.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 220 52 117 0 0.76 0.47 0.14 336.79 0.71 0.53
Hex DC 34 75 0 4C 2F E 151 47 35
Octal 334 64 165 0 114 57 16 521 107 65
Binary 11011100 110100 1110101 0 1001100 101111 1110 101010001 1000111 110101

Color Harmonies of #DC3475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3475

Black with #DC3475

Text Example


Text Example

White with #DC3475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3475; }

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

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

background-color css

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

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

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

border-color css

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

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

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