Html Css Color HEX #D93E8D Deep Cerise

📋 copy color: '#D93E8D'

red 217 ◦ green 62 ◦ blue 141

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

Shades of Deep Cerise #D93E8D

Tints of Deep Cerise #D93E8D

RGB

 RED value IS 217 (85.16% from 255) = 51.67%

 GREEN value IS 62 (24.61% from 255) = 14.76%

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 51.67%
G = 14.76%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D93E8D (or 0xD93E8D) is known color: Deep Cerise. HEX triplet: D9, 3E and 8D. RGB value is (217,62,141). Sum of RGB (Red+Green+Blue) = 217+62+141=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93E8D is #26C172. Grayscale: #757575. Windows color (decimal): -2539891 or 9256665. OLE color: 9256665.

HSL color Cylindrical-coordinate representation of color #D93E8D: hue angle of 329.42º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93E8D is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 62 141 -
CMYK 0 0.71 0.35 0.15
HSL 329.42º 0.67% 0.55% -
HSV(B) 329.42º 0.71% 0.85% -
XYZ 35.15 20.12 27.23 -
YUV 117.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 217 62 141 0 0.71 0.35 0.15 329.42 0.67 0.55
Hex D9 3E 8D 0 47 23 F 149 43 37
Octal 331 76 215 0 107 43 17 511 103 67
Binary 11011001 111110 10001101 0 1000111 100011 1111 101001001 1000011 110111

Color Harmonies of #D93E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93E8D

Black with #D93E8D

Text Example


Text Example

White with #D93E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93E8D; }

 p { color: rgb(217,62,141); }

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

background-color css

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

 a { background-color: rgb(217,62,141); }

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

border-color css

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

 span { border-color: rgb(217,62,141); }

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