Html Css Color HEX #D962B5 Fuchsia

📋 copy color: '#D962B5'

red 217 ◦ green 98 ◦ blue 181

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

Shades of Fuchsia #D962B5

Tints of Fuchsia #D962B5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.76%

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

R = 43.75%
G = 19.76%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D962B5 (or 0xD962B5) is known color: Fuchsia. HEX triplet: D9, 62 and B5. RGB value is (217,98,181). Sum of RGB (Red+Green+Blue) = 217+98+181=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D962B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962B5 is #269D4A. Grayscale: #8E8E8E. Windows color (decimal): -2530635 or 11887321. OLE color: 11887321.

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

Color convert

RGB 217 98 181 -
CMYK 0 0.55 0.17 0.15
HSL 318.15º 0.61% 0.62% -
HSV(B) 318.15º 0.55% 0.85% -
XYZ 41.32 26.82 46.72 -
YUV 143.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 217 98 181 0 0.55 0.17 0.15 318.15 0.61 0.62
Hex D9 62 B5 0 37 11 F 13E 3D 3E
Octal 331 142 265 0 67 21 17 476 75 76
Binary 11011001 1100010 10110101 0 110111 10001 1111 100111110 111101 111110

Color Harmonies of #D962B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962B5

Black with #D962B5

Text Example


Text Example

White with #D962B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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