Html Css Color HEX #D962B3 Fuchsia

📋 copy color: '#D962B3'

red 217 ◦ green 98 ◦ blue 179

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

Shades of Fuchsia #D962B3

Tints of Fuchsia #D962B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.23%

R = 43.93%
G = 19.84%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D962B3 (or 0xD962B3) is known color: Fuchsia. HEX triplet: D9, 62 and B3. RGB value is (217,98,179). Sum of RGB (Red+Green+Blue) = 217+98+179=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D962B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962B3 is #269D4C. Grayscale: #8E8E8E. Windows color (decimal): -2530637 or 11756249. OLE color: 11756249.

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

Color convert

RGB 217 98 179 -
CMYK 0 0.55 0.18 0.15
HSL 319.16º 0.61% 0.62% -
HSV(B) 319.16º 0.55% 0.85% -
XYZ 41.12 26.74 45.64 -
YUV 142.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 217 98 179 0 0.55 0.18 0.15 319.16 0.61 0.62
Hex D9 62 B3 0 37 12 F 13F 3D 3E
Octal 331 142 263 0 67 22 17 477 75 76
Binary 11011001 1100010 10110011 0 110111 10010 1111 100111111 111101 111110

Color Harmonies of #D962B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962B3

Black with #D962B3

Text Example


Text Example

White with #D962B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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