Html Css Color HEX #D93691 Deep Cerise

📋 copy color: '#D93691'

red 217 ◦ green 54 ◦ blue 145

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

Shades of Deep Cerise #D93691

Tints of Deep Cerise #D93691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 52.16%
G = 12.98%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93691 (or 0xD93691) is known color: Deep Cerise. HEX triplet: D9, 36 and 91. RGB value is (217,54,145). Sum of RGB (Red+Green+Blue) = 217+54+145=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D93691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93691 is #26C96E. Grayscale: #707070. Windows color (decimal): -2541935 or 9516761. OLE color: 9516761.

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

Color convert

RGB 217 54 145 -
CMYK 0 0.75 0.33 0.15
HSL 326.5º 0.68% 0.53% -
HSV(B) 326.5º 0.75% 0.85% -
XYZ 35.05 19.43 28.69 -
YUV 113.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 217 54 145 0 0.75 0.33 0.15 326.5 0.68 0.53
Hex D9 36 91 0 4B 21 F 147 44 35
Octal 331 66 221 0 113 41 17 507 104 65
Binary 11011001 110110 10010001 0 1001011 100001 1111 101000111 1000100 110101

Color Harmonies of #D93691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93691

Black with #D93691

Text Example


Text Example

White with #D93691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93691; }

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

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

background-color css

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

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

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

border-color css

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

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

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