Html Css Color HEX #D964B5 Fuchsia

📋 copy color: '#D964B5'

red 217 ◦ green 100 ◦ blue 181

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

Shades of Fuchsia #D964B5

Tints of Fuchsia #D964B5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.08%

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

R = 43.57%
G = 20.08%
B = 36.35%

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

#D964B5 (or 0xD964B5) is known color: Fuchsia. HEX triplet: D9, 64 and B5. RGB value is (217,100,181). Sum of RGB (Red+Green+Blue) = 217+100+181=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D964B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964B5 is #269B4A. Grayscale: #909090. Windows color (decimal): -2530123 or 11887833. OLE color: 11887833.

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

Color convert

RGB 217 100 181 -
CMYK 0 0.54 0.17 0.15
HSL 318.46º 0.61% 0.62% -
HSV(B) 318.46º 0.54% 0.85% -
XYZ 41.51 27.2 46.78 -
YUV 144.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 217 100 181 0 0.54 0.17 0.15 318.46 0.61 0.62
Hex D9 64 B5 0 36 11 F 13E 3D 3E
Octal 331 144 265 0 66 21 17 476 75 76
Binary 11011001 1100100 10110101 0 110110 10001 1111 100111110 111101 111110

Color Harmonies of #D964B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964B5

Black with #D964B5

Text Example


Text Example

White with #D964B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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