Html Css Color HEX #D93690 Deep Cerise

📋 copy color: '#D93690'

red 217 ◦ green 54 ◦ blue 144

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

Shades of Deep Cerise #D93690

Tints of Deep Cerise #D93690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.01%

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

R = 52.29%
G = 13.01%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D93690 (or 0xD93690) is known color: Deep Cerise. HEX triplet: D9, 36 and 90. RGB value is (217,54,144). Sum of RGB (Red+Green+Blue) = 217+54+144=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D93690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93690 is #26C96F. Grayscale: #707070. Windows color (decimal): -2541936 or 9451225. OLE color: 9451225.

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

Color convert

RGB 217 54 144 -
CMYK 0 0.75 0.34 0.15
HSL 326.87º 0.68% 0.53% -
HSV(B) 326.87º 0.75% 0.85% -
XYZ 34.97 19.4 28.29 -
YUV 113 145.5 202.18 -
System Red Green Blue C M Y K H S L
Decimal 217 54 144 0 0.75 0.34 0.15 326.87 0.68 0.53
Hex D9 36 90 0 4B 22 F 147 44 35
Octal 331 66 220 0 113 42 17 507 104 65
Binary 11011001 110110 10010000 0 1001011 100010 1111 101000111 1000100 110101

Color Harmonies of #D93690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93690

Black with #D93690

Text Example


Text Example

White with #D93690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93690; }

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

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

background-color css

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

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

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

border-color css

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

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

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