Html Css Color HEX #D953B6 Fuchsia

📋 copy color: '#D953B6'

red 217 ◦ green 83 ◦ blue 182

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

Shades of Fuchsia #D953B6

Tints of Fuchsia #D953B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 45.02%
G = 17.22%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D953B6 (or 0xD953B6) is known color: Fuchsia. HEX triplet: D9, 53 and B6. RGB value is (217,83,182). Sum of RGB (Red+Green+Blue) = 217+83+182=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D953B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953B6 is #26AC49. Grayscale: #868686. Windows color (decimal): -2534474 or 11949017. OLE color: 11949017.

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

Color convert

RGB 217 83 182 -
CMYK 0 0.62 0.16 0.15
HSL 315.67º 0.64% 0.59% -
HSV(B) 315.67º 0.62% 0.85% -
XYZ 40.15 24.32 46.83 -
YUV 134.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 217 83 182 0 0.62 0.16 0.15 315.67 0.64 0.59
Hex D9 53 B6 0 3E 10 F 13C 40 3B
Octal 331 123 266 0 76 20 17 474 100 73
Binary 11011001 1010011 10110110 0 111110 10000 1111 100111100 1000000 111011

Color Harmonies of #D953B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953B6

Black with #D953B6

Text Example


Text Example

White with #D953B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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