Html Css Color HEX #DC335C Cerise

📋 copy color: '#DC335C'

red 220 ◦ green 51 ◦ blue 92

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

Shades of Cerise #DC335C

Tints of Cerise #DC335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 60.61%
G = 14.05%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC335C (or 0xDC335C) is known color: Cerise. HEX triplet: DC, 33 and 5C. RGB value is (220,51,92). Sum of RGB (Red+Green+Blue) = 220+51+92=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC335C is #23CCA3. Grayscale: #6A6A6A. Windows color (decimal): -2346148 or 6042588. OLE color: 6042588.

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

Color convert

RGB 220 51 92 -
CMYK 0 0.77 0.58 0.14
HSL 345.44º 0.71% 0.53% -
HSV(B) 345.44º 0.77% 0.86% -
XYZ 32.63 18.36 11.95 -
YUV 106.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 220 51 92 0 0.77 0.58 0.14 345.44 0.71 0.53
Hex DC 33 5C 0 4D 3A E 159 47 35
Octal 334 63 134 0 115 72 16 531 107 65
Binary 11011100 110011 1011100 0 1001101 111010 1110 101011001 1000111 110101

Color Harmonies of #DC335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC335C

Black with #DC335C

Text Example


Text Example

White with #DC335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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