Html Css Color HEX #D95DB7 Fuchsia

📋 copy color: '#D95DB7'

red 217 ◦ green 93 ◦ blue 183

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

Shades of Fuchsia #D95DB7

Tints of Fuchsia #D95DB7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.86%

 BLUE value IS 183 (71.88% from 255) = 37.12%

R = 44.02%
G = 18.86%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D95DB7 (or 0xD95DB7) is known color: Fuchsia. HEX triplet: D9, 5D and B7. RGB value is (217,93,183). Sum of RGB (Red+Green+Blue) = 217+93+183=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DB7 is #26A248. Grayscale: #8C8C8C. Windows color (decimal): -2531913 or 12017113. OLE color: 12017113.

HSL color Cylindrical-coordinate representation of color #D95DB7: hue angle of 316.45º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95DB7 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 93 183 -
CMYK 0 0.57 0.16 0.15
HSL 316.45º 0.62% 0.61% -
HSV(B) 316.45º 0.57% 0.85% -
XYZ 41.08 26 47.65 -
YUV 140.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 217 93 183 0 0.57 0.16 0.15 316.45 0.62 0.61
Hex D9 5D B7 0 39 10 F 13C 3E 3D
Octal 331 135 267 0 71 20 17 474 76 75
Binary 11011001 1011101 10110111 0 111001 10000 1111 100111100 111110 111101

Color Harmonies of #D95DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DB7

Black with #D95DB7

Text Example


Text Example

White with #D95DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DB7; }

 p { color: rgb(217,93,183); }

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

background-color css

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

 a { background-color: rgb(217,93,183); }

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

border-color css

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

 span { border-color: rgb(217,93,183); }

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