Html Css Color HEX #D549C2 Fuchsia

📋 copy color: '#D549C2'

red 213 ◦ green 73 ◦ blue 194

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

Shades of Fuchsia #D549C2

Tints of Fuchsia #D549C2

RGB

 RED value IS 213 (83.59% from 255) = 44.38%

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

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 44.38%
G = 15.21%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D549C2 (or 0xD549C2) is known color: Fuchsia. HEX triplet: D5, 49 and C2. RGB value is (213,73,194). Sum of RGB (Red+Green+Blue) = 213+73+194=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D549C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549C2 is #2AB63D. Grayscale: #808080. Windows color (decimal): -2799166 or 12732885. OLE color: 12732885.

HSL color Cylindrical-coordinate representation of color #D549C2: hue angle of 308.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D549C2 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 194 -
CMYK 0 0.66 0.09 0.16
HSL 308.14º 0.63% 0.56% -
HSV(B) 308.14º 0.66% 0.84% -
XYZ 39.56 22.81 53.36 -
YUV 128.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 213 73 194 0 0.66 0.09 0.16 308.14 0.63 0.56
Hex D5 49 C2 0 42 9 10 134 3E 38
Octal 325 111 302 0 102 11 20 464 76 70
Binary 11010101 1001001 11000010 0 1000010 1001 10000 100110100 111110 111000

Color Harmonies of #D549C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D549C2

Black with #D549C2

Text Example


Text Example

White with #D549C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D549C2; }

 p { color: rgb(213,73,194); }

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

background-color css

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

 a { background-color: rgb(213,73,194); }

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

border-color css

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

 span { border-color: rgb(213,73,194); }

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