Html Css Color HEX #D93B90 Deep Cerise

📋 copy color: '#D93B90'

red 217 ◦ green 59 ◦ blue 144

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

Shades of Deep Cerise #D93B90

Tints of Deep Cerise #D93B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 51.67%
G = 14.05%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D93B90 (or 0xD93B90) is known color: Deep Cerise. HEX triplet: D9, 3B and 90. RGB value is (217,59,144). Sum of RGB (Red+Green+Blue) = 217+59+144=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B90 is #26C46F. Grayscale: #737373. Windows color (decimal): -2540656 or 9452505. OLE color: 9452505.

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

Color convert

RGB 217 59 144 -
CMYK 0 0.73 0.34 0.15
HSL 327.72º 0.68% 0.54% -
HSV(B) 327.72º 0.73% 0.85% -
XYZ 35.21 19.89 28.37 -
YUV 115.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 217 59 144 0 0.73 0.34 0.15 327.72 0.68 0.54
Hex D9 3B 90 0 49 22 F 148 44 36
Octal 331 73 220 0 111 42 17 510 104 66
Binary 11011001 111011 10010000 0 1001001 100010 1111 101001000 1000100 110110

Color Harmonies of #D93B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B90

Black with #D93B90

Text Example


Text Example

White with #D93B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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