Html Css Color HEX #D95AB8 Fuchsia

📋 copy color: '#D95AB8'

red 217 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #D95AB8

Tints of Fuchsia #D95AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.33%

 BLUE value IS 184 (72.27% from 255) = 37.47%

R = 44.2%
G = 18.33%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D95AB8 (or 0xD95AB8) is known color: Fuchsia. HEX triplet: D9, 5A and B8. RGB value is (217,90,184). Sum of RGB (Red+Green+Blue) = 217+90+184=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95AB8 is #26A547. Grayscale: #8A8A8A. Windows color (decimal): -2532680 or 12081881. OLE color: 12081881.

HSL color Cylindrical-coordinate representation of color #D95AB8: hue angle of 315.59º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95AB8 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 90 184 -
CMYK 0 0.59 0.15 0.15
HSL 315.59º 0.63% 0.6% -
HSV(B) 315.59º 0.59% 0.85% -
XYZ 40.92 25.52 48.12 -
YUV 138.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 217 90 184 0 0.59 0.15 0.15 315.59 0.63 0.6
Hex D9 5A B8 0 3B F F 13C 3F 3C
Octal 331 132 270 0 73 17 17 474 77 74
Binary 11011001 1011010 10111000 0 111011 1111 1111 100111100 111111 111100

Color Harmonies of #D95AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95AB8

Black with #D95AB8

Text Example


Text Example

White with #D95AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95AB8; }

 p { color: rgb(217,90,184); }

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

background-color css

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

 a { background-color: rgb(217,90,184); }

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

border-color css

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

 span { border-color: rgb(217,90,184); }

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