Html Css Color HEX #D15ACC Fuchsia

📋 copy color: '#D15ACC'

red 209 ◦ green 90 ◦ blue 204

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

Shades of Fuchsia #D15ACC

Tints of Fuchsia #D15ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 41.55%
G = 17.89%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D15ACC (or 0xD15ACC) is known color: Fuchsia. HEX triplet: D1, 5A and CC. RGB value is (209,90,204). Sum of RGB (Red+Green+Blue) = 209+90+204=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ACC is #2EA533. Grayscale: #8A8A8A. Windows color (decimal): -3056948 or 13392593. OLE color: 13392593.

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

Color convert

RGB 209 90 204 -
CMYK 0 0.57 0.02 0.18
HSL 302.52º 0.56% 0.59% -
HSV(B) 302.52º 0.57% 0.82% -
XYZ 40.85 25.23 59.84 -
YUV 138.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 209 90 204 0 0.57 0.02 0.18 302.52 0.56 0.59
Hex D1 5A CC 0 39 2 12 12F 38 3B
Octal 321 132 314 0 71 2 22 457 70 73
Binary 11010001 1011010 11001100 0 111001 10 10010 100101111 111000 111011

Color Harmonies of #D15ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ACC

Black with #D15ACC

Text Example


Text Example

White with #D15ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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