Html Css Color HEX #D963B5 Fuchsia

📋 copy color: '#D963B5'

red 217 ◦ green 99 ◦ blue 181

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

Shades of Fuchsia #D963B5

Tints of Fuchsia #D963B5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.92%

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

R = 43.66%
G = 19.92%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D963B5 (or 0xD963B5) is known color: Fuchsia. HEX triplet: D9, 63 and B5. RGB value is (217,99,181). Sum of RGB (Red+Green+Blue) = 217+99+181=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D963B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963B5 is #269C4A. Grayscale: #8F8F8F. Windows color (decimal): -2530379 or 11887577. OLE color: 11887577.

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

Color convert

RGB 217 99 181 -
CMYK 0 0.54 0.17 0.15
HSL 318.31º 0.61% 0.62% -
HSV(B) 318.31º 0.54% 0.85% -
XYZ 41.42 27.01 46.75 -
YUV 143.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 217 99 181 0 0.54 0.17 0.15 318.31 0.61 0.62
Hex D9 63 B5 0 36 11 F 13E 3D 3E
Octal 331 143 265 0 66 21 17 476 75 76
Binary 11011001 1100011 10110101 0 110110 10001 1111 100111110 111101 111110

Color Harmonies of #D963B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963B5

Black with #D963B5

Text Example


Text Example

White with #D963B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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