Html Css Color HEX #D6407F Deep Cerise

📋 copy color: '#D6407F'

red 214 ◦ green 64 ◦ blue 127

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

Shades of Deep Cerise #D6407F

Tints of Deep Cerise #D6407F

RGB

 RED value IS 214 (83.98% from 255) = 52.84%

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

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

R = 52.84%
G = 15.8%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6407F (or 0xD6407F) is known color: Deep Cerise. HEX triplet: D6, 40 and 7F. RGB value is (214,64,127). Sum of RGB (Red+Green+Blue) = 214+64+127=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6407F is #29BF80. Grayscale: #737373. Windows color (decimal): -2736001 or 8339670. OLE color: 8339670.

HSL color Cylindrical-coordinate representation of color #D6407F: hue angle of 334.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6407F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 127 -
CMYK 0 0.70 0.41 0.16
HSL 334.8º 0.65% 0.55% -
HSV(B) 334.8º 0.7% 0.84% -
XYZ 33.4 19.5 22.08 -
YUV 116.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 214 64 127 0 0.70 0.41 0.16 334.8 0.65 0.55
Hex D6 40 7F 0 46 29 10 14F 41 37
Octal 326 100 177 0 106 51 20 517 101 67
Binary 11010110 1000000 1111111 0 1000110 101001 10000 101001111 1000001 110111

Color Harmonies of #D6407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6407F

Black with #D6407F

Text Example


Text Example

White with #D6407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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