Html Css Color HEX #D149CE Fuchsia

📋 copy color: '#D149CE'

red 209 ◦ green 73 ◦ blue 206

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

Shades of Fuchsia #D149CE

Tints of Fuchsia #D149CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.96%

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

R = 42.83%
G = 14.96%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D149CE (or 0xD149CE) is known color: Fuchsia. HEX triplet: D1, 49 and CE. RGB value is (209,73,206). Sum of RGB (Red+Green+Blue) = 209+73+206=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D149CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149CE is #2EB631. Grayscale: #808080. Windows color (decimal): -3061298 or 13519313. OLE color: 13519313.

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

Color convert

RGB 209 73 206 -
CMYK 0 0.65 0.01 0.18
HSL 301.32º 0.6% 0.55% -
HSV(B) 301.32º 0.65% 0.82% -
XYZ 39.82 22.78 60.69 -
YUV 128.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 209 73 206 0 0.65 0.01 0.18 301.32 0.6 0.55
Hex D1 49 CE 0 41 1 12 12D 3C 37
Octal 321 111 316 0 101 1 22 455 74 67
Binary 11010001 1001001 11001110 0 1000001 1 10010 100101101 111100 110111

Color Harmonies of #D149CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149CE

Black with #D149CE

Text Example


Text Example

White with #D149CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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