Html Css Color HEX #D149CD Fuchsia

📋 copy color: '#D149CD'

red 209 ◦ green 73 ◦ blue 205

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

Shades of Fuchsia #D149CD

Tints of Fuchsia #D149CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 42.92%
G = 14.99%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D149CD (or 0xD149CD) is known color: Fuchsia. HEX triplet: D1, 49 and CD. RGB value is (209,73,205). Sum of RGB (Red+Green+Blue) = 209+73+205=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D149CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149CD is #2EB632. Grayscale: #808080. Windows color (decimal): -3061299 or 13453777. OLE color: 13453777.

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

Color convert

RGB 209 73 205 -
CMYK 0 0.65 0.02 0.18
HSL 301.76º 0.6% 0.55% -
HSV(B) 301.76º 0.65% 0.82% -
XYZ 39.7 22.73 60.05 -
YUV 128.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 209 73 205 0 0.65 0.02 0.18 301.76 0.6 0.55
Hex D1 49 CD 0 41 2 12 12E 3C 37
Octal 321 111 315 0 101 2 22 456 74 67
Binary 11010001 1001001 11001101 0 1000001 10 10010 100101110 111100 110111

Color Harmonies of #D149CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149CD

Black with #D149CD

Text Example


Text Example

White with #D149CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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