Html Css Color HEX #D7208C Deep Cerise

📋 copy color: '#D7208C'

red 215 ◦ green 32 ◦ blue 140

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

Shades of Deep Cerise #D7208C

Tints of Deep Cerise #D7208C

RGB

 RED value IS 215 (84.38% from 255) = 55.56%

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 55.56%
G = 8.27%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7208C (or 0xD7208C) is known color: Deep Cerise. HEX triplet: D7, 20 and 8C. RGB value is (215,32,140). Sum of RGB (Red+Green+Blue) = 215+32+140=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7208C is #28DF73. Grayscale: #626262. Windows color (decimal): -2678644 or 9183447. OLE color: 9183447.

HSL color Cylindrical-coordinate representation of color #D7208C: hue angle of 324.59º 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 #D7208C is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 140 -
CMYK 0 0.85 0.35 0.16
HSL 324.59º 0.74% 0.48% -
HSV(B) 324.59º 0.85% 0.84% -
XYZ 33.27 17.37 26.41 -
YUV 99.03 151.13 210.72 -
System Red Green Blue C M Y K H S L
Decimal 215 32 140 0 0.85 0.35 0.16 324.59 0.74 0.48
Hex D7 20 8C 0 55 23 10 145 4A 30
Octal 327 40 214 0 125 43 20 505 112 60
Binary 11010111 100000 10001100 0 1010101 100011 10000 101000101 1001010 110000

Color Harmonies of #D7208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7208C

Black with #D7208C

Text Example


Text Example

White with #D7208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7208C; }

 p { color: rgb(215,32,140); }

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

background-color css

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

 a { background-color: rgb(215,32,140); }

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

border-color css

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

 span { border-color: rgb(215,32,140); }

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