Html Css Color HEX #D5207D Deep Cerise

📋 copy color: '#D5207D'

red 213 ◦ green 32 ◦ blue 125

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

Shades of Deep Cerise #D5207D

Tints of Deep Cerise #D5207D

RGB

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

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

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

R = 57.57%
G = 8.65%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5207D (or 0xD5207D) is known color: Deep Cerise. HEX triplet: D5, 20 and 7D. RGB value is (213,32,125). Sum of RGB (Red+Green+Blue) = 213+32+125=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5207D is #2ADF82. Grayscale: #606060. Windows color (decimal): -2809731 or 8200405. OLE color: 8200405.

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

Color convert

RGB 213 32 125 -
CMYK 0 0.85 0.41 0.16
HSL 329.17º 0.74% 0.48% -
HSV(B) 329.17º 0.85% 0.84% -
XYZ 31.66 16.66 20.95 -
YUV 96.72 143.97 210.94 -
System Red Green Blue C M Y K H S L
Decimal 213 32 125 0 0.85 0.41 0.16 329.17 0.74 0.48
Hex D5 20 7D 0 55 29 10 149 4A 30
Octal 325 40 175 0 125 51 20 511 112 60
Binary 11010101 100000 1111101 0 1010101 101001 10000 101001001 1001010 110000

Color Harmonies of #D5207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5207D

Black with #D5207D

Text Example


Text Example

White with #D5207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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