Html Css Color HEX #D858BC Fuchsia

📋 copy color: '#D858BC'

red 216 ◦ green 88 ◦ blue 188

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

Shades of Fuchsia #D858BC

Tints of Fuchsia #D858BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 43.9%
G = 17.89%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D858BC (or 0xD858BC) is known color: Fuchsia. HEX triplet: D8, 58 and BC. RGB value is (216,88,188). Sum of RGB (Red+Green+Blue) = 216+88+188=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D858BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858BC is #27A743. Grayscale: #898989. Windows color (decimal): -2598724 or 12343512. OLE color: 12343512.

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

Color convert

RGB 216 88 188 -
CMYK 0 0.59 0.13 0.15
HSL 313.13º 0.62% 0.6% -
HSV(B) 313.13º 0.59% 0.85% -
XYZ 40.89 25.21 50.29 -
YUV 137.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 216 88 188 0 0.59 0.13 0.15 313.13 0.62 0.6
Hex D8 58 BC 0 3B D F 139 3E 3C
Octal 330 130 274 0 73 15 17 471 76 74
Binary 11011000 1011000 10111100 0 111011 1101 1111 100111001 111110 111100

Color Harmonies of #D858BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D858BC

Black with #D858BC

Text Example


Text Example

White with #D858BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D858BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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