Html Css Color HEX #D5207F Deep Cerise

📋 copy color: '#D5207F'

red 213 ◦ green 32 ◦ blue 127

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

Shades of Deep Cerise #D5207F

Tints of Deep Cerise #D5207F

RGB

 RED value IS 213 (83.59% from 255) = 57.26%

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

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

R = 57.26%
G = 8.6%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5207F (or 0xD5207F) is known color: Deep Cerise. HEX triplet: D5, 20 and 7F. RGB value is (213,32,127). Sum of RGB (Red+Green+Blue) = 213+32+127=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5207F is #2ADF80. Grayscale: #606060. Windows color (decimal): -2809729 or 8331477. OLE color: 8331477.

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

Color convert

RGB 213 32 127 -
CMYK 0 0.85 0.40 0.16
HSL 328.51º 0.74% 0.48% -
HSV(B) 328.51º 0.85% 0.84% -
XYZ 31.79 16.71 21.63 -
YUV 96.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 213 32 127 0 0.85 0.40 0.16 328.51 0.74 0.48
Hex D5 20 7F 0 55 28 10 149 4A 30
Octal 325 40 177 0 125 50 20 511 112 60
Binary 11010101 100000 1111111 0 1010101 101000 10000 101001001 1001010 110000

Color Harmonies of #D5207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5207F

Black with #D5207F

Text Example


Text Example

White with #D5207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5207F; }

 p { color: rgb(213,32,127); }

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

background-color css

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

 a { background-color: rgb(213,32,127); }

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

border-color css

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

 span { border-color: rgb(213,32,127); }

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