Html Css Color HEX #D5217C Deep Cerise

📋 copy color: '#D5217C'

red 213 ◦ green 33 ◦ blue 124

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

Shades of Deep Cerise #D5217C

Tints of Deep Cerise #D5217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 57.57%
G = 8.92%
B = 33.51%

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

#D5217C (or 0xD5217C) is known color: Deep Cerise. HEX triplet: D5, 21 and 7C. RGB value is (213,33,124). Sum of RGB (Red+Green+Blue) = 213+33+124=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5217C is #2ADE83. Grayscale: #616161. Windows color (decimal): -2809476 or 8135125. OLE color: 8135125.

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

Color convert

RGB 213 33 124 -
CMYK 0 0.85 0.42 0.16
HSL 329.67º 0.73% 0.48% -
HSV(B) 329.67º 0.85% 0.84% -
XYZ 31.62 16.69 20.62 -
YUV 97.19 143.13 210.6 -
System Red Green Blue C M Y K H S L
Decimal 213 33 124 0 0.85 0.42 0.16 329.67 0.73 0.48
Hex D5 21 7C 0 55 2A 10 14A 49 30
Octal 325 41 174 0 125 52 20 512 111 60
Binary 11010101 100001 1111100 0 1010101 101010 10000 101001010 1001001 110000

Color Harmonies of #D5217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5217C

Black with #D5217C

Text Example


Text Example

White with #D5217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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