Html Css Color HEX #DC337F Deep Cerise

📋 copy color: '#DC337F'

red 220 ◦ green 51 ◦ blue 127

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

Shades of Deep Cerise #DC337F

Tints of Deep Cerise #DC337F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 55.28%
G = 12.81%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC337F (or 0xDC337F) is known color: Deep Cerise. HEX triplet: DC, 33 and 7F. RGB value is (220,51,127). Sum of RGB (Red+Green+Blue) = 220+51+127=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC337F is #23CC80. Grayscale: #6E6E6E. Windows color (decimal): -2346113 or 8336348. OLE color: 8336348.

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

Color convert

RGB 220 51 127 -
CMYK 0 0.77 0.42 0.14
HSL 333.02º 0.71% 0.53% -
HSV(B) 333.02º 0.77% 0.86% -
XYZ 34.53 19.12 21.95 -
YUV 110.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 220 51 127 0 0.77 0.42 0.14 333.02 0.71 0.53
Hex DC 33 7F 0 4D 2A E 14D 47 35
Octal 334 63 177 0 115 52 16 515 107 65
Binary 11011100 110011 1111111 0 1001101 101010 1110 101001101 1000111 110101

Color Harmonies of #DC337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC337F

Black with #DC337F

Text Example


Text Example

White with #DC337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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