Html Css Color HEX #D962B7 Fuchsia

📋 copy color: '#D962B7'

red 217 ◦ green 98 ◦ blue 183

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

Shades of Fuchsia #D962B7

Tints of Fuchsia #D962B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.75%

R = 43.57%
G = 19.68%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D962B7 (or 0xD962B7) is known color: Fuchsia. HEX triplet: D9, 62 and B7. RGB value is (217,98,183). Sum of RGB (Red+Green+Blue) = 217+98+183=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D962B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962B7 is #269D48. Grayscale: #8F8F8F. Windows color (decimal): -2530633 or 12018393. OLE color: 12018393.

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

Color convert

RGB 217 98 183 -
CMYK 0 0.55 0.16 0.15
HSL 317.14º 0.61% 0.62% -
HSV(B) 317.14º 0.55% 0.85% -
XYZ 41.53 26.91 47.8 -
YUV 143.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 217 98 183 0 0.55 0.16 0.15 317.14 0.61 0.62
Hex D9 62 B7 0 37 10 F 13D 3D 3E
Octal 331 142 267 0 67 20 17 475 75 76
Binary 11011001 1100010 10110111 0 110111 10000 1111 100111101 111101 111110

Color Harmonies of #D962B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962B7

Black with #D962B7

Text Example


Text Example

White with #D962B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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