Html Css Color HEX #D93286 Deep Cerise

📋 copy color: '#D93286'

red 217 ◦ green 50 ◦ blue 134

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

Shades of Deep Cerise #D93286

Tints of Deep Cerise #D93286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.42%

R = 54.11%
G = 12.47%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D93286 (or 0xD93286) is known color: Deep Cerise. HEX triplet: D9, 32 and 86. RGB value is (217,50,134). Sum of RGB (Red+Green+Blue) = 217+50+134=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D93286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93286 is #26CD79. Grayscale: #6D6D6D. Windows color (decimal): -2542970 or 8794841. OLE color: 8794841.

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

Color convert

RGB 217 50 134 -
CMYK 0 0.77 0.38 0.15
HSL 329.82º 0.69% 0.52% -
HSV(B) 329.82º 0.77% 0.85% -
XYZ 34.06 18.75 24.38 -
YUV 109.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 217 50 134 0 0.77 0.38 0.15 329.82 0.69 0.52
Hex D9 32 86 0 4D 26 F 14A 45 34
Octal 331 62 206 0 115 46 17 512 105 64
Binary 11011001 110010 10000110 0 1001101 100110 1111 101001010 1000101 110100

Color Harmonies of #D93286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93286

Black with #D93286

Text Example


Text Example

White with #D93286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93286; }

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

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

background-color css

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

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

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

border-color css

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

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

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