Html Css Color HEX #D93D90 Deep Cerise

📋 copy color: '#D93D90'

red 217 ◦ green 61 ◦ blue 144

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

Shades of Deep Cerise #D93D90

Tints of Deep Cerise #D93D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.45%

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

R = 51.42%
G = 14.45%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D93D90 (or 0xD93D90) is known color: Deep Cerise. HEX triplet: D9, 3D and 90. RGB value is (217,61,144). Sum of RGB (Red+Green+Blue) = 217+61+144=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93D90 is #26C26F. Grayscale: #747474. Windows color (decimal): -2540144 or 9453017. OLE color: 9453017.

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

Color convert

RGB 217 61 144 -
CMYK 0 0.72 0.34 0.15
HSL 328.08º 0.67% 0.55% -
HSV(B) 328.08º 0.72% 0.85% -
XYZ 35.32 20.1 28.4 -
YUV 117.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 217 61 144 0 0.72 0.34 0.15 328.08 0.67 0.55
Hex D9 3D 90 0 48 22 F 148 43 37
Octal 331 75 220 0 110 42 17 510 103 67
Binary 11011001 111101 10010000 0 1001000 100010 1111 101001000 1000011 110111

Color Harmonies of #D93D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D90

Black with #D93D90

Text Example


Text Example

White with #D93D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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