Html Css Color HEX #D858B5 Fuchsia

📋 copy color: '#D858B5'

red 216 ◦ green 88 ◦ blue 181

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

Shades of Fuchsia #D858B5

Tints of Fuchsia #D858B5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.14%

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 44.54%
G = 18.14%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D858B5 (or 0xD858B5) is known color: Fuchsia. HEX triplet: D8, 58 and B5. RGB value is (216,88,181). Sum of RGB (Red+Green+Blue) = 216+88+181=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D858B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858B5 is #27A74A. Grayscale: #888888. Windows color (decimal): -2598731 or 11884760. OLE color: 11884760.

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

Color convert

RGB 216 88 181 -
CMYK 0 0.59 0.16 0.15
HSL 316.41º 0.62% 0.6% -
HSV(B) 316.41º 0.59% 0.85% -
XYZ 40.15 24.91 46.41 -
YUV 136.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 216 88 181 0 0.59 0.16 0.15 316.41 0.62 0.6
Hex D8 58 B5 0 3B 10 F 13C 3E 3C
Octal 330 130 265 0 73 20 17 474 76 74
Binary 11011000 1011000 10110101 0 111011 10000 1111 100111100 111110 111100

Color Harmonies of #D858B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D858B5

Black with #D858B5

Text Example


Text Example

White with #D858B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D858B5; }

 p { color: rgb(216,88,181); }

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

background-color css

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

 a { background-color: rgb(216,88,181); }

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

border-color css

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

 span { border-color: rgb(216,88,181); }

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