Html Css Color HEX #D962B9 Fuchsia

📋 copy color: '#D962B9'

red 217 ◦ green 98 ◦ blue 185

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

Shades of Fuchsia #D962B9

Tints of Fuchsia #D962B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37%

R = 43.4%
G = 19.6%
B = 37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D962B9 (or 0xD962B9) is known color: Fuchsia. HEX triplet: D9, 62 and B9. RGB value is (217,98,185). Sum of RGB (Red+Green+Blue) = 217+98+185=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D962B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962B9 is #269D46. Grayscale: #8F8F8F. Windows color (decimal): -2530631 or 12149465. OLE color: 12149465.

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

Color convert

RGB 217 98 185 -
CMYK 0 0.55 0.15 0.15
HSL 316.13º 0.61% 0.62% -
HSV(B) 316.13º 0.55% 0.85% -
XYZ 41.74 26.99 48.91 -
YUV 143.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 217 98 185 0 0.55 0.15 0.15 316.13 0.61 0.62
Hex D9 62 B9 0 37 F F 13C 3D 3E
Octal 331 142 271 0 67 17 17 474 75 76
Binary 11011001 1100010 10111001 0 110111 1111 1111 100111100 111101 111110

Color Harmonies of #D962B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962B9

Black with #D962B9

Text Example


Text Example

White with #D962B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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