Html Css Color HEX #D93289 Deep Cerise

📋 copy color: '#D93289'

red 217 ◦ green 50 ◦ blue 137

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

Shades of Deep Cerise #D93289

Tints of Deep Cerise #D93289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 53.71%
G = 12.38%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D93289 (or 0xD93289) is known color: Deep Cerise. HEX triplet: D9, 32 and 89. RGB value is (217,50,137). Sum of RGB (Red+Green+Blue) = 217+50+137=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D93289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93289 is #26CD76. Grayscale: #6D6D6D. Windows color (decimal): -2542967 or 8991449. OLE color: 8991449.

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

Color convert

RGB 217 50 137 -
CMYK 0 0.77 0.37 0.15
HSL 328.74º 0.69% 0.52% -
HSV(B) 328.74º 0.77% 0.85% -
XYZ 34.27 18.84 25.5 -
YUV 109.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 217 50 137 0 0.77 0.37 0.15 328.74 0.69 0.52
Hex D9 32 89 0 4D 25 F 149 45 34
Octal 331 62 211 0 115 45 17 511 105 64
Binary 11011001 110010 10001001 0 1001101 100101 1111 101001001 1000101 110100

Color Harmonies of #D93289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93289

Black with #D93289

Text Example


Text Example

White with #D93289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93289; }

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

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

background-color css

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

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

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

border-color css

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

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

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