Html Css Color HEX #D858BE Fuchsia

📋 copy color: '#D858BE'

red 216 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #D858BE

Tints of Fuchsia #D858BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 43.72%
G = 17.81%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D858BE (or 0xD858BE) is known color: Fuchsia. HEX triplet: D8, 58 and BE. RGB value is (216,88,190). Sum of RGB (Red+Green+Blue) = 216+88+190=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D858BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858BE is #27A741. Grayscale: #898989. Windows color (decimal): -2598722 or 12474584. OLE color: 12474584.

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

Color convert

RGB 216 88 190 -
CMYK 0 0.59 0.12 0.15
HSL 312.19º 0.62% 0.6% -
HSV(B) 312.19º 0.59% 0.85% -
XYZ 41.1 25.3 51.43 -
YUV 137.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 216 88 190 0 0.59 0.12 0.15 312.19 0.62 0.6
Hex D8 58 BE 0 3B C F 138 3E 3C
Octal 330 130 276 0 73 14 17 470 76 74
Binary 11011000 1011000 10111110 0 111011 1100 1111 100111000 111110 111100

Color Harmonies of #D858BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D858BE

Black with #D858BE

Text Example


Text Example

White with #D858BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D858BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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