Html Css Color HEX #D5207B Deep Cerise

📋 copy color: '#D5207B'

red 213 ◦ green 32 ◦ blue 123

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

Shades of Deep Cerise #D5207B

Tints of Deep Cerise #D5207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 57.88%
G = 8.7%
B = 33.42%

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

#D5207B (or 0xD5207B) is known color: Deep Cerise. HEX triplet: D5, 20 and 7B. RGB value is (213,32,123). Sum of RGB (Red+Green+Blue) = 213+32+123=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D5207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5207B is #2ADF84. Grayscale: #606060. Windows color (decimal): -2809733 or 8069333. OLE color: 8069333.

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

Color convert

RGB 213 32 123 -
CMYK 0 0.85 0.42 0.16
HSL 329.83º 0.74% 0.48% -
HSV(B) 329.83º 0.85% 0.84% -
XYZ 31.53 16.61 20.28 -
YUV 96.49 142.97 211.1 -
System Red Green Blue C M Y K H S L
Decimal 213 32 123 0 0.85 0.42 0.16 329.83 0.74 0.48
Hex D5 20 7B 0 55 2A 10 14A 4A 30
Octal 325 40 173 0 125 52 20 512 112 60
Binary 11010101 100000 1111011 0 1010101 101010 10000 101001010 1001010 110000

Color Harmonies of #D5207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5207B

Black with #D5207B

Text Example


Text Example

White with #D5207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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