Html Css Color HEX #D865B3 Fuchsia

📋 copy color: '#D865B3'

red 216 ◦ green 101 ◦ blue 179

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

Shades of Fuchsia #D865B3

Tints of Fuchsia #D865B3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.36%

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

R = 43.55%
G = 20.36%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D865B3 (or 0xD865B3) is known color: Fuchsia. HEX triplet: D8, 65 and B3. RGB value is (216,101,179). Sum of RGB (Red+Green+Blue) = 216+101+179=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D865B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865B3 is #279A4C. Grayscale: #909090. Windows color (decimal): -2595405 or 11757016. OLE color: 11757016.

HSL color Cylindrical-coordinate representation of color #D865B3: hue angle of 319.3º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D865B3 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 179 -
CMYK 0 0.53 0.17 0.15
HSL 319.3º 0.6% 0.62% -
HSV(B) 319.3º 0.53% 0.85% -
XYZ 41.11 27.16 45.72 -
YUV 144.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 216 101 179 0 0.53 0.17 0.15 319.3 0.6 0.62
Hex D8 65 B3 0 35 11 F 13F 3C 3E
Octal 330 145 263 0 65 21 17 477 74 76
Binary 11011000 1100101 10110011 0 110101 10001 1111 100111111 111100 111110

Color Harmonies of #D865B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865B3

Black with #D865B3

Text Example


Text Example

White with #D865B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865B3; }

 p { color: rgb(216,101,179); }

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

background-color css

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

 a { background-color: rgb(216,101,179); }

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

border-color css

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

 span { border-color: rgb(216,101,179); }

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