Html Css Color HEX #D93F86 Deep Cerise

📋 copy color: '#D93F86'

red 217 ◦ green 63 ◦ blue 134

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

Shades of Deep Cerise #D93F86

Tints of Deep Cerise #D93F86

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

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

R = 52.42%
G = 15.22%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D93F86 (or 0xD93F86) is known color: Deep Cerise. HEX triplet: D9, 3F and 86. RGB value is (217,63,134). Sum of RGB (Red+Green+Blue) = 217+63+134=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93F86 is #26C079. Grayscale: #757575. Windows color (decimal): -2539642 or 8798169. OLE color: 8798169.

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

Color convert

RGB 217 63 134 -
CMYK 0 0.71 0.38 0.15
HSL 332.34º 0.67% 0.55% -
HSV(B) 332.34º 0.71% 0.85% -
XYZ 34.7 20.03 24.59 -
YUV 117.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 217 63 134 0 0.71 0.38 0.15 332.34 0.67 0.55
Hex D9 3F 86 0 47 26 F 14C 43 37
Octal 331 77 206 0 107 46 17 514 103 67
Binary 11011001 111111 10000110 0 1000111 100110 1111 101001100 1000011 110111

Color Harmonies of #D93F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F86

Black with #D93F86

Text Example


Text Example

White with #D93F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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