Html Css Color HEX #D5217F Deep Cerise

📋 copy color: '#D5217F'

red 213 ◦ green 33 ◦ blue 127

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

Shades of Deep Cerise #D5217F

Tints of Deep Cerise #D5217F

RGB

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

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

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

R = 57.1%
G = 8.85%
B = 34.05%

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

#D5217F (or 0xD5217F) is known color: Deep Cerise. HEX triplet: D5, 21 and 7F. RGB value is (213,33,127). Sum of RGB (Red+Green+Blue) = 213+33+127=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5217F is #2ADE80. Grayscale: #616161. Windows color (decimal): -2809473 or 8331733. OLE color: 8331733.

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

Color convert

RGB 213 33 127 -
CMYK 0 0.85 0.40 0.16
HSL 328.67º 0.73% 0.48% -
HSV(B) 328.67º 0.85% 0.84% -
XYZ 31.82 16.77 21.64 -
YUV 97.54 144.63 210.36 -
System Red Green Blue C M Y K H S L
Decimal 213 33 127 0 0.85 0.40 0.16 328.67 0.73 0.48
Hex D5 21 7F 0 55 28 10 149 49 30
Octal 325 41 177 0 125 50 20 511 111 60
Binary 11010101 100001 1111111 0 1010101 101000 10000 101001001 1001001 110000

Color Harmonies of #D5217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5217F

Black with #D5217F

Text Example


Text Example

White with #D5217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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