Html Css Color HEX #D858B4 Fuchsia

📋 copy color: '#D858B4'

red 216 ◦ green 88 ◦ blue 180

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

Shades of Fuchsia #D858B4

Tints of Fuchsia #D858B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.19%

R = 44.63%
G = 18.18%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D858B4 (or 0xD858B4) is known color: Fuchsia. HEX triplet: D8, 58 and B4. RGB value is (216,88,180). Sum of RGB (Red+Green+Blue) = 216+88+180=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D858B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858B4 is #27A74B. Grayscale: #888888. Windows color (decimal): -2598732 or 11819224. OLE color: 11819224.

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

Color convert

RGB 216 88 180 -
CMYK 0 0.59 0.17 0.15
HSL 316.88º 0.62% 0.6% -
HSV(B) 316.88º 0.59% 0.85% -
XYZ 40.05 24.87 45.87 -
YUV 136.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 216 88 180 0 0.59 0.17 0.15 316.88 0.62 0.6
Hex D8 58 B4 0 3B 11 F 13D 3E 3C
Octal 330 130 264 0 73 21 17 475 76 74
Binary 11011000 1011000 10110100 0 111011 10001 1111 100111101 111110 111100

Color Harmonies of #D858B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D858B4

Black with #D858B4

Text Example


Text Example

White with #D858B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D858B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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