Html Css Color HEX #D7208F Deep Cerise

📋 copy color: '#D7208F'

red 215 ◦ green 32 ◦ blue 143

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

Shades of Deep Cerise #D7208F

Tints of Deep Cerise #D7208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 55.13%
G = 8.21%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7208F (or 0xD7208F) is known color: Deep Cerise. HEX triplet: D7, 20 and 8F. RGB value is (215,32,143). Sum of RGB (Red+Green+Blue) = 215+32+143=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7208F is #28DF70. Grayscale: #636363. Windows color (decimal): -2678641 or 9380055. OLE color: 9380055.

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

Color convert

RGB 215 32 143 -
CMYK 0 0.85 0.33 0.16
HSL 323.61º 0.74% 0.48% -
HSV(B) 323.61º 0.85% 0.84% -
XYZ 33.5 17.46 27.59 -
YUV 99.37 152.63 210.47 -
System Red Green Blue C M Y K H S L
Decimal 215 32 143 0 0.85 0.33 0.16 323.61 0.74 0.48
Hex D7 20 8F 0 55 21 10 144 4A 30
Octal 327 40 217 0 125 41 20 504 112 60
Binary 11010111 100000 10001111 0 1010101 100001 10000 101000100 1001010 110000

Color Harmonies of #D7208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7208F

Black with #D7208F

Text Example


Text Example

White with #D7208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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