Html Css Color HEX #D953B5 Fuchsia

📋 copy color: '#D953B5'

red 217 ◦ green 83 ◦ blue 181

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

Shades of Fuchsia #D953B5

Tints of Fuchsia #D953B5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.26%

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 45.11%
G = 17.26%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D953B5 (or 0xD953B5) is known color: Fuchsia. HEX triplet: D9, 53 and B5. RGB value is (217,83,181). Sum of RGB (Red+Green+Blue) = 217+83+181=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D953B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953B5 is #26AC4A. Grayscale: #858585. Windows color (decimal): -2534475 or 11883481. OLE color: 11883481.

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

Color convert

RGB 217 83 181 -
CMYK 0 0.62 0.17 0.15
HSL 316.12º 0.64% 0.59% -
HSV(B) 316.12º 0.62% 0.85% -
XYZ 40.05 24.27 46.29 -
YUV 134.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 217 83 181 0 0.62 0.17 0.15 316.12 0.64 0.59
Hex D9 53 B5 0 3E 11 F 13C 40 3B
Octal 331 123 265 0 76 21 17 474 100 73
Binary 11011001 1010011 10110101 0 111110 10001 1111 100111100 1000000 111011

Color Harmonies of #D953B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953B5

Black with #D953B5

Text Example


Text Example

White with #D953B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953B5; }

 p { color: rgb(217,83,181); }

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

background-color css

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

 a { background-color: rgb(217,83,181); }

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

border-color css

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

 span { border-color: rgb(217,83,181); }

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