Html Css Color HEX #D962B4 Fuchsia

📋 copy color: '#D962B4'

red 217 ◦ green 98 ◦ blue 180

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

Shades of Fuchsia #D962B4

Tints of Fuchsia #D962B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.36%

R = 43.84%
G = 19.8%
B = 36.36%

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

#D962B4 (or 0xD962B4) is known color: Fuchsia. HEX triplet: D9, 62 and B4. RGB value is (217,98,180). Sum of RGB (Red+Green+Blue) = 217+98+180=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D962B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962B4 is #269D4B. Grayscale: #8E8E8E. Windows color (decimal): -2530636 or 11821785. OLE color: 11821785.

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

Color convert

RGB 217 98 180 -
CMYK 0 0.55 0.17 0.15
HSL 318.66º 0.61% 0.62% -
HSV(B) 318.66º 0.55% 0.85% -
XYZ 41.22 26.78 46.18 -
YUV 142.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 217 98 180 0 0.55 0.17 0.15 318.66 0.61 0.62
Hex D9 62 B4 0 37 11 F 13F 3D 3E
Octal 331 142 264 0 67 21 17 477 75 76
Binary 11011001 1100010 10110100 0 110111 10001 1111 100111111 111101 111110

Color Harmonies of #D962B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962B4

Black with #D962B4

Text Example


Text Example

White with #D962B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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