Html Css Color HEX #D15DCB Fuchsia

📋 copy color: '#D15DCB'

red 209 ◦ green 93 ◦ blue 203

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

Shades of Fuchsia #D15DCB

Tints of Fuchsia #D15DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 41.39%
G = 18.42%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D15DCB (or 0xD15DCB) is known color: Fuchsia. HEX triplet: D1, 5D and CB. RGB value is (209,93,203). Sum of RGB (Red+Green+Blue) = 209+93+203=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DCB is #2EA234. Grayscale: #8B8B8B. Windows color (decimal): -3056181 or 13327825. OLE color: 13327825.

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

Color convert

RGB 209 93 203 -
CMYK 0 0.56 0.03 0.18
HSL 303.1º 0.56% 0.59% -
HSV(B) 303.1º 0.56% 0.82% -
XYZ 40.99 25.7 59.3 -
YUV 140.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 209 93 203 0 0.56 0.03 0.18 303.1 0.56 0.59
Hex D1 5D CB 0 38 3 12 12F 38 3B
Octal 321 135 313 0 70 3 22 457 70 73
Binary 11010001 1011101 11001011 0 111000 11 10010 100101111 111000 111011

Color Harmonies of #D15DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DCB

Black with #D15DCB

Text Example


Text Example

White with #D15DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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