Html Css Color HEX #D858B2 Fuchsia

📋 copy color: '#D858B2'

red 216 ◦ green 88 ◦ blue 178

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

Shades of Fuchsia #D858B2

Tints of Fuchsia #D858B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 44.81%
G = 18.26%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D858B2 (or 0xD858B2) is known color: Fuchsia. HEX triplet: D8, 58 and B2. RGB value is (216,88,178). Sum of RGB (Red+Green+Blue) = 216+88+178=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D858B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D858B2 is #27A74D. Grayscale: #888888. Windows color (decimal): -2598734 or 11688152. OLE color: 11688152.

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

Color convert

RGB 216 88 178 -
CMYK 0 0.59 0.18 0.15
HSL 317.81º 0.62% 0.6% -
HSV(B) 317.81º 0.59% 0.85% -
XYZ 39.84 24.79 44.8 -
YUV 136.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 216 88 178 0 0.59 0.18 0.15 317.81 0.62 0.6
Hex D8 58 B2 0 3B 12 F 13E 3E 3C
Octal 330 130 262 0 73 22 17 476 76 74
Binary 11011000 1011000 10110010 0 111011 10010 1111 100111110 111110 111100

Color Harmonies of #D858B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D858B2

Black with #D858B2

Text Example


Text Example

White with #D858B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D858B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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