Html Css Color HEX #D93386 Deep Cerise

📋 copy color: '#D93386'

red 217 ◦ green 51 ◦ blue 134

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

Shades of Deep Cerise #D93386

Tints of Deep Cerise #D93386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.69%

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

R = 53.98%
G = 12.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D93386 (or 0xD93386) is known color: Deep Cerise. HEX triplet: D9, 33 and 86. RGB value is (217,51,134). Sum of RGB (Red+Green+Blue) = 217+51+134=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D93386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93386 is #26CC79. Grayscale: #6D6D6D. Windows color (decimal): -2542714 or 8795097. OLE color: 8795097.

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

Color convert

RGB 217 51 134 -
CMYK 0 0.76 0.38 0.15
HSL 330º 0.69% 0.53% -
HSV(B) 330º 0.76% 0.85% -
XYZ 34.1 18.84 24.39 -
YUV 110.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 217 51 134 0 0.76 0.38 0.15 330 0.69 0.53
Hex D9 33 86 0 4C 26 F 14A 45 35
Octal 331 63 206 0 114 46 17 512 105 65
Binary 11011001 110011 10000110 0 1001100 100110 1111 101001010 1000101 110101

Color Harmonies of #D93386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93386

Black with #D93386

Text Example


Text Example

White with #D93386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93386; }

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

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

background-color css

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

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

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

border-color css

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

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

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