Html Css Color HEX #D15ACB Fuchsia

📋 copy color: '#D15ACB'

red 209 ◦ green 90 ◦ blue 203

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

Shades of Fuchsia #D15ACB

Tints of Fuchsia #D15ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

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

R = 41.63%
G = 17.93%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D15ACB (or 0xD15ACB) is known color: Fuchsia. HEX triplet: D1, 5A and CB. RGB value is (209,90,203). Sum of RGB (Red+Green+Blue) = 209+90+203=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ACB is #2EA534. Grayscale: #8A8A8A. Windows color (decimal): -3056949 or 13327057. OLE color: 13327057.

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

Color convert

RGB 209 90 203 -
CMYK 0 0.57 0.03 0.18
HSL 303.03º 0.56% 0.59% -
HSV(B) 303.03º 0.57% 0.82% -
XYZ 40.73 25.18 59.21 -
YUV 138.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 209 90 203 0 0.57 0.03 0.18 303.03 0.56 0.59
Hex D1 5A CB 0 39 3 12 12F 38 3B
Octal 321 132 313 0 71 3 22 457 70 73
Binary 11010001 1011010 11001011 0 111001 11 10010 100101111 111000 111011

Color Harmonies of #D15ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ACB

Black with #D15ACB

Text Example


Text Example

White with #D15ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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