Html Css Color HEX #D15DB8 Fuchsia

📋 copy color: '#D15DB8'

red 209 ◦ green 93 ◦ blue 184

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

Shades of Fuchsia #D15DB8

Tints of Fuchsia #D15DB8

RGB

 RED value IS 209 (82.03% from 255) = 43%

 GREEN value IS 93 (36.72% from 255) = 19.14%

 BLUE value IS 184 (72.27% from 255) = 37.86%

R = 43%
G = 19.14%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D15DB8 (or 0xD15DB8) is known color: Fuchsia. HEX triplet: D1, 5D and B8. RGB value is (209,93,184). Sum of RGB (Red+Green+Blue) = 209+93+184=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DB8 is #2EA247. Grayscale: #898989. Windows color (decimal): -3056200 or 12082641. OLE color: 12082641.

HSL color Cylindrical-coordinate representation of color #D15DB8: hue angle of 312.93º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15DB8 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 93 184 -
CMYK 0 0.56 0.12 0.18
HSL 312.93º 0.56% 0.59% -
HSV(B) 312.93º 0.56% 0.82% -
XYZ 38.86 24.84 48.09 -
YUV 138.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 209 93 184 0 0.56 0.12 0.18 312.93 0.56 0.59
Hex D1 5D B8 0 38 C 12 139 38 3B
Octal 321 135 270 0 70 14 22 471 70 73
Binary 11010001 1011101 10111000 0 111000 1100 10010 100111001 111000 111011

Color Harmonies of #D15DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DB8

Black with #D15DB8

Text Example


Text Example

White with #D15DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DB8; }

 p { color: rgb(209,93,184); }

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

background-color css

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

 a { background-color: rgb(209,93,184); }

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

border-color css

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

 span { border-color: rgb(209,93,184); }

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