Html Css Color HEX #DC407F Deep Cerise

📋 copy color: '#DC407F'

red 220 ◦ green 64 ◦ blue 127

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

Shades of Deep Cerise #DC407F

Tints of Deep Cerise #DC407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.57%

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

R = 53.53%
G = 15.57%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC407F (or 0xDC407F) is known color: Deep Cerise. HEX triplet: DC, 40 and 7F. RGB value is (220,64,127). Sum of RGB (Red+Green+Blue) = 220+64+127=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC407F is #23BF80. Grayscale: #757575. Windows color (decimal): -2342785 or 8339676. OLE color: 8339676.

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

Color convert

RGB 220 64 127 -
CMYK 0 0.71 0.42 0.14
HSL 335.77º 0.69% 0.56% -
HSV(B) 335.77º 0.71% 0.86% -
XYZ 35.18 20.41 22.16 -
YUV 117.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 220 64 127 0 0.71 0.42 0.14 335.77 0.69 0.56
Hex DC 40 7F 0 47 2A E 150 45 38
Octal 334 100 177 0 107 52 16 520 105 70
Binary 11011100 1000000 1111111 0 1000111 101010 1110 101010000 1000101 111000

Color Harmonies of #DC407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC407F

Black with #DC407F

Text Example


Text Example

White with #DC407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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