Html Css Color HEX #D5217E Deep Cerise

📋 copy color: '#D5217E'

red 213 ◦ green 33 ◦ blue 126

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

Shades of Deep Cerise #D5217E

Tints of Deep Cerise #D5217E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 57.26%
G = 8.87%
B = 33.87%

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

#D5217E (or 0xD5217E) is known color: Deep Cerise. HEX triplet: D5, 21 and 7E. RGB value is (213,33,126). Sum of RGB (Red+Green+Blue) = 213+33+126=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5217E is #2ADE81. Grayscale: #616161. Windows color (decimal): -2809474 or 8266197. OLE color: 8266197.

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

Color convert

RGB 213 33 126 -
CMYK 0 0.85 0.41 0.16
HSL 329º 0.73% 0.48% -
HSV(B) 329º 0.85% 0.84% -
XYZ 31.75 16.74 21.3 -
YUV 97.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 213 33 126 0 0.85 0.41 0.16 329 0.73 0.48
Hex D5 21 7E 0 55 29 10 149 49 30
Octal 325 41 176 0 125 51 20 511 111 60
Binary 11010101 100001 1111110 0 1010101 101001 10000 101001001 1001001 110000

Color Harmonies of #D5217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5217E

Black with #D5217E

Text Example


Text Example

White with #D5217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5217E; }

 p { color: rgb(213,33,126); }

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

background-color css

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

 a { background-color: rgb(213,33,126); }

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

border-color css

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

 span { border-color: rgb(213,33,126); }

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