Html Css Color HEX #D95ABB Fuchsia

📋 copy color: '#D95ABB'

red 217 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #D95ABB

Tints of Fuchsia #D95ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 43.93%
G = 18.22%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D95ABB (or 0xD95ABB) is known color: Fuchsia. HEX triplet: D9, 5A and BB. RGB value is (217,90,187). Sum of RGB (Red+Green+Blue) = 217+90+187=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ABB is #26A544. Grayscale: #8A8A8A. Windows color (decimal): -2532677 or 12278489. OLE color: 12278489.

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

Color convert

RGB 217 90 187 -
CMYK 0 0.59 0.14 0.15
HSL 314.17º 0.63% 0.6% -
HSV(B) 314.17º 0.59% 0.85% -
XYZ 41.24 25.65 49.79 -
YUV 139.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 217 90 187 0 0.59 0.14 0.15 314.17 0.63 0.6
Hex D9 5A BB 0 3B E F 13A 3F 3C
Octal 331 132 273 0 73 16 17 472 77 74
Binary 11011001 1011010 10111011 0 111011 1110 1111 100111010 111111 111100

Color Harmonies of #D95ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ABB

Black with #D95ABB

Text Example


Text Example

White with #D95ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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