Html Css Color HEX #D862B9 Fuchsia

📋 copy color: '#D862B9'

red 216 ◦ green 98 ◦ blue 185

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

Shades of Fuchsia #D862B9

Tints of Fuchsia #D862B9

RGB

 RED value IS 216 (84.77% from 255) = 43.29%

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

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

R = 43.29%
G = 19.64%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D862B9 (or 0xD862B9) is known color: Fuchsia. HEX triplet: D8, 62 and B9. RGB value is (216,98,185). Sum of RGB (Red+Green+Blue) = 216+98+185=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D862B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862B9 is #279D46. Grayscale: #8E8E8E. Windows color (decimal): -2596167 or 12149464. OLE color: 12149464.

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

Color convert

RGB 216 98 185 -
CMYK 0 0.55 0.14 0.15
HSL 315.76º 0.6% 0.62% -
HSV(B) 315.76º 0.55% 0.85% -
XYZ 41.44 26.84 48.89 -
YUV 143.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 216 98 185 0 0.55 0.14 0.15 315.76 0.6 0.62
Hex D8 62 B9 0 37 E F 13C 3C 3E
Octal 330 142 271 0 67 16 17 474 74 76
Binary 11011000 1100010 10111001 0 110111 1110 1111 100111100 111100 111110

Color Harmonies of #D862B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D862B9

Black with #D862B9

Text Example


Text Example

White with #D862B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D862B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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