Html Css Color HEX #D93A8D Deep Cerise

📋 copy color: '#D93A8D'

red 217 ◦ green 58 ◦ blue 141

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

Shades of Deep Cerise #D93A8D

Tints of Deep Cerise #D93A8D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.94%

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

R = 52.16%
G = 13.94%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D93A8D (or 0xD93A8D) is known color: Deep Cerise. HEX triplet: D9, 3A and 8D. RGB value is (217,58,141). Sum of RGB (Red+Green+Blue) = 217+58+141=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93A8D is #26C572. Grayscale: #727272. Windows color (decimal): -2540915 or 9255641. OLE color: 9255641.

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

Color convert

RGB 217 58 141 -
CMYK 0 0.73 0.35 0.15
HSL 328.68º 0.68% 0.54% -
HSV(B) 328.68º 0.73% 0.85% -
XYZ 34.94 19.7 27.16 -
YUV 115 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 217 58 141 0 0.73 0.35 0.15 328.68 0.68 0.54
Hex D9 3A 8D 0 49 23 F 149 44 36
Octal 331 72 215 0 111 43 17 511 104 66
Binary 11011001 111010 10001101 0 1001001 100011 1111 101001001 1000100 110110

Color Harmonies of #D93A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A8D

Black with #D93A8D

Text Example


Text Example

White with #D93A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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