Html Css Color HEX #D6207D Deep Cerise

📋 copy color: '#D6207D'

red 214 ◦ green 32 ◦ blue 125

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

Shades of Deep Cerise #D6207D

Tints of Deep Cerise #D6207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.63%

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 57.68%
G = 8.63%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6207D (or 0xD6207D) is known color: Deep Cerise. HEX triplet: D6, 20 and 7D. RGB value is (214,32,125). Sum of RGB (Red+Green+Blue) = 214+32+125=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6207D is #29DF82. Grayscale: #606060. Windows color (decimal): -2744195 or 8200406. OLE color: 8200406.

HSL color Cylindrical-coordinate representation of color #D6207D: hue angle of 329.34º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6207D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 125 -
CMYK 0 0.85 0.42 0.16
HSL 329.34º 0.74% 0.48% -
HSV(B) 329.34º 0.85% 0.84% -
XYZ 31.95 16.81 20.96 -
YUV 97.02 143.8 211.44 -
System Red Green Blue C M Y K H S L
Decimal 214 32 125 0 0.85 0.42 0.16 329.34 0.74 0.48
Hex D6 20 7D 0 55 2A 10 149 4A 30
Octal 326 40 175 0 125 52 20 511 112 60
Binary 11010110 100000 1111101 0 1010101 101010 10000 101001001 1001010 110000

Color Harmonies of #D6207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6207D

Black with #D6207D

Text Example


Text Example

White with #D6207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6207D; }

 p { color: rgb(214,32,125); }

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

background-color css

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

 a { background-color: rgb(214,32,125); }

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

border-color css

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

 span { border-color: rgb(214,32,125); }

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