Html Css Color HEX #D865B6 Fuchsia

📋 copy color: '#D865B6'

red 216 ◦ green 101 ◦ blue 182

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

Shades of Fuchsia #D865B6

Tints of Fuchsia #D865B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.47%

R = 43.29%
G = 20.24%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D865B6 (or 0xD865B6) is known color: Fuchsia. HEX triplet: D8, 65 and B6. RGB value is (216,101,182). Sum of RGB (Red+Green+Blue) = 216+101+182=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D865B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865B6 is #279A49. Grayscale: #909090. Windows color (decimal): -2595402 or 11953624. OLE color: 11953624.

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

Color convert

RGB 216 101 182 -
CMYK 0 0.53 0.16 0.15
HSL 317.74º 0.6% 0.62% -
HSV(B) 317.74º 0.53% 0.85% -
XYZ 41.42 27.28 47.34 -
YUV 144.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 216 101 182 0 0.53 0.16 0.15 317.74 0.6 0.62
Hex D8 65 B6 0 35 10 F 13E 3C 3E
Octal 330 145 266 0 65 20 17 476 74 76
Binary 11011000 1100101 10110110 0 110101 10000 1111 100111110 111100 111110

Color Harmonies of #D865B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865B6

Black with #D865B6

Text Example


Text Example

White with #D865B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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