Html Css Color HEX #D93B8C Deep Cerise

📋 copy color: '#D93B8C'

red 217 ◦ green 59 ◦ blue 140

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

Shades of Deep Cerise #D93B8C

Tints of Deep Cerise #D93B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.18%

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 52.16%
G = 14.18%
B = 33.65%

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

#D93B8C (or 0xD93B8C) is known color: Deep Cerise. HEX triplet: D9, 3B and 8C. RGB value is (217,59,140). Sum of RGB (Red+Green+Blue) = 217+59+140=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B8C is #26C473. Grayscale: #737373. Windows color (decimal): -2540660 or 9190361. OLE color: 9190361.

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

Color convert

RGB 217 59 140 -
CMYK 0 0.73 0.35 0.15
HSL 329.24º 0.68% 0.54% -
HSV(B) 329.24º 0.73% 0.85% -
XYZ 34.91 19.77 26.79 -
YUV 115.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 217 59 140 0 0.73 0.35 0.15 329.24 0.68 0.54
Hex D9 3B 8C 0 49 23 F 149 44 36
Octal 331 73 214 0 111 43 17 511 104 66
Binary 11011001 111011 10001100 0 1001001 100011 1111 101001001 1000100 110110

Color Harmonies of #D93B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B8C

Black with #D93B8C

Text Example


Text Example

White with #D93B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B8C; }

 p { color: rgb(217,59,140); }

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

background-color css

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

 a { background-color: rgb(217,59,140); }

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

border-color css

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

 span { border-color: rgb(217,59,140); }

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