Html Css Color HEX #DC3675 Cerise

📋 copy color: '#DC3675'

red 220 ◦ green 54 ◦ blue 117

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

Shades of Cerise #DC3675

Tints of Cerise #DC3675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.81%

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

R = 56.27%
G = 13.81%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3675 (or 0xDC3675) is known color: Cerise. HEX triplet: DC, 36 and 75. RGB value is (220,54,117). Sum of RGB (Red+Green+Blue) = 220+54+117=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3675 is #23C98A. Grayscale: #6E6E6E. Windows color (decimal): -2345355 or 7681756. OLE color: 7681756.

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

Color convert

RGB 220 54 117 -
CMYK 0 0.75 0.47 0.14
HSL 337.23º 0.7% 0.54% -
HSV(B) 337.23º 0.75% 0.86% -
XYZ 34.05 19.14 18.73 -
YUV 110.82 131.5 205.88 -
System Red Green Blue C M Y K H S L
Decimal 220 54 117 0 0.75 0.47 0.14 337.23 0.7 0.54
Hex DC 36 75 0 4B 2F E 151 46 36
Octal 334 66 165 0 113 57 16 521 106 66
Binary 11011100 110110 1110101 0 1001011 101111 1110 101010001 1000110 110110

Color Harmonies of #DC3675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3675

Black with #DC3675

Text Example


Text Example

White with #DC3675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3675; }

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

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

background-color css

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

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

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

border-color css

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

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

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