Html Css Color HEX #D93291 Deep Cerise

📋 copy color: '#D93291'

red 217 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #D93291

Tints of Deep Cerise #D93291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

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

R = 52.67%
G = 12.14%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93291 (or 0xD93291) is known color: Deep Cerise. HEX triplet: D9, 32 and 91. RGB value is (217,50,145). Sum of RGB (Red+Green+Blue) = 217+50+145=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D93291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93291 is #26CD6E. Grayscale: #6E6E6E. Windows color (decimal): -2542959 or 9515737. OLE color: 9515737.

HSL color Cylindrical-coordinate representation of color #D93291: hue angle of 325.87º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93291 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 145 -
CMYK 0 0.77 0.33 0.15
HSL 325.87º 0.69% 0.52% -
HSV(B) 325.87º 0.77% 0.85% -
XYZ 34.87 19.08 28.63 -
YUV 110.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 217 50 145 0 0.77 0.33 0.15 325.87 0.69 0.52
Hex D9 32 91 0 4D 21 F 146 45 34
Octal 331 62 221 0 115 41 17 506 105 64
Binary 11011001 110010 10010001 0 1001101 100001 1111 101000110 1000101 110100

Color Harmonies of #D93291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93291

Black with #D93291

Text Example


Text Example

White with #D93291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93291; }

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

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

background-color css

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

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

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

border-color css

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

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

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