Html Css Color HEX #D95DB9 Fuchsia

📋 copy color: '#D95DB9'

red 217 ◦ green 93 ◦ blue 185

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

Shades of Fuchsia #D95DB9

Tints of Fuchsia #D95DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.37%

R = 43.84%
G = 18.79%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D95DB9 (or 0xD95DB9) is known color: Fuchsia. HEX triplet: D9, 5D and B9. RGB value is (217,93,185). Sum of RGB (Red+Green+Blue) = 217+93+185=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DB9 is #26A246. Grayscale: #8C8C8C. Windows color (decimal): -2531911 or 12148185. OLE color: 12148185.

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

Color convert

RGB 217 93 185 -
CMYK 0 0.57 0.15 0.15
HSL 315.48º 0.62% 0.61% -
HSV(B) 315.48º 0.57% 0.85% -
XYZ 41.29 26.08 48.76 -
YUV 140.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 217 93 185 0 0.57 0.15 0.15 315.48 0.62 0.61
Hex D9 5D B9 0 39 F F 13B 3E 3D
Octal 331 135 271 0 71 17 17 473 76 75
Binary 11011001 1011101 10111001 0 111001 1111 1111 100111011 111110 111101

Color Harmonies of #D95DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DB9

Black with #D95DB9

Text Example


Text Example

White with #D95DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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