Html Css Color HEX #D93A9B Deep Cerise

📋 copy color: '#D93A9B'

red 217 ◦ green 58 ◦ blue 155

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

Shades of Deep Cerise #D93A9B

Tints of Deep Cerise #D93A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 50.47%
G = 13.49%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D93A9B (or 0xD93A9B) is known color: Deep Cerise. HEX triplet: D9, 3A and 9B. RGB value is (217,58,155). Sum of RGB (Red+Green+Blue) = 217+58+155=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93A9B is #26C564. Grayscale: #747474. Windows color (decimal): -2540901 or 10173145. OLE color: 10173145.

HSL color Cylindrical-coordinate representation of color #D93A9B: hue angle of 323.4º 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 #D93A9B is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 58 155 -
CMYK 0 0.73 0.29 0.15
HSL 323.4º 0.68% 0.54% -
HSV(B) 323.4º 0.73% 0.85% -
XYZ 36.04 20.14 33 -
YUV 116.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 217 58 155 0 0.73 0.29 0.15 323.4 0.68 0.54
Hex D9 3A 9B 0 49 1D F 143 44 36
Octal 331 72 233 0 111 35 17 503 104 66
Binary 11011001 111010 10011011 0 1001001 11101 1111 101000011 1000100 110110

Color Harmonies of #D93A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A9B

Black with #D93A9B

Text Example


Text Example

White with #D93A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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