Html Css Color HEX #D953BB Fuchsia

📋 copy color: '#D953BB'

red 217 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #D953BB

Tints of Fuchsia #D953BB

RGB

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

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

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

R = 44.56%
G = 17.04%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D953BB (or 0xD953BB) is known color: Fuchsia. HEX triplet: D9, 53 and BB. RGB value is (217,83,187). Sum of RGB (Red+Green+Blue) = 217+83+187=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D953BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953BB is #26AC44. Grayscale: #868686. Windows color (decimal): -2534469 or 12276697. OLE color: 12276697.

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

Color convert

RGB 217 83 187 -
CMYK 0 0.62 0.14 0.15
HSL 313.43º 0.64% 0.59% -
HSV(B) 313.43º 0.62% 0.85% -
XYZ 40.68 24.53 49.6 -
YUV 134.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 217 83 187 0 0.62 0.14 0.15 313.43 0.64 0.59
Hex D9 53 BB 0 3E E F 139 40 3B
Octal 331 123 273 0 76 16 17 471 100 73
Binary 11011001 1010011 10111011 0 111110 1110 1111 100111001 1000000 111011

Color Harmonies of #D953BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953BB

Black with #D953BB

Text Example


Text Example

White with #D953BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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