Html Css Color HEX #D154CE Fuchsia

📋 copy color: '#D154CE'

red 209 ◦ green 84 ◦ blue 206

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

Shades of Fuchsia #D154CE

Tints of Fuchsia #D154CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.83%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 41.88%
G = 16.83%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D154CE (or 0xD154CE) is known color: Fuchsia. HEX triplet: D1, 54 and CE. RGB value is (209,84,206). Sum of RGB (Red+Green+Blue) = 209+84+206=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D154CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154CE is #2EAB31. Grayscale: #868686. Windows color (decimal): -3058482 or 13522129. OLE color: 13522129.

HSL color Cylindrical-coordinate representation of color #D154CE: hue angle of 301.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D154CE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 84 206 -
CMYK 0 0.60 0.01 0.18
HSL 301.44º 0.58% 0.57% -
HSV(B) 301.44º 0.6% 0.82% -
XYZ 40.61 24.35 60.95 -
YUV 135.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 209 84 206 0 0.60 0.01 0.18 301.44 0.58 0.57
Hex D1 54 CE 0 3C 1 12 12D 3A 39
Octal 321 124 316 0 74 1 22 455 72 71
Binary 11010001 1010100 11001110 0 111100 1 10010 100101101 111010 111001

Color Harmonies of #D154CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D154CE

Black with #D154CE

Text Example


Text Example

White with #D154CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D154CE; }

 p { color: rgb(209,84,206); }

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

background-color css

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

 a { background-color: rgb(209,84,206); }

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

border-color css

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

 span { border-color: rgb(209,84,206); }

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