Html Css Color HEX #DC3375 Cerise

📋 copy color: '#DC3375'

red 220 ◦ green 51 ◦ blue 117

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

Shades of Cerise #DC3375

Tints of Cerise #DC3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.14%

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

R = 56.7%
G = 13.14%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3375 (or 0xDC3375) is known color: Cerise. HEX triplet: DC, 33 and 75. RGB value is (220,51,117). Sum of RGB (Red+Green+Blue) = 220+51+117=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3375 is #23CC8A. Grayscale: #6C6C6C. Windows color (decimal): -2346123 or 7680988. OLE color: 7680988.

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

Color convert

RGB 220 51 117 -
CMYK 0 0.77 0.47 0.14
HSL 336.57º 0.71% 0.53% -
HSV(B) 336.57º 0.77% 0.86% -
XYZ 33.91 18.87 18.68 -
YUV 109.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 220 51 117 0 0.77 0.47 0.14 336.57 0.71 0.53
Hex DC 33 75 0 4D 2F E 151 47 35
Octal 334 63 165 0 115 57 16 521 107 65
Binary 11011100 110011 1110101 0 1001101 101111 1110 101010001 1000111 110101

Color Harmonies of #DC3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3375

Black with #DC3375

Text Example


Text Example

White with #DC3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3375; }

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

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

background-color css

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

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

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

border-color css

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

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

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