Html Css Color HEX #D049D4 Fuchsia

📋 copy color: '#D049D4'

red 208 ◦ green 73 ◦ blue 212

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

Shades of Fuchsia #D049D4

Tints of Fuchsia #D049D4

RGB

 RED value IS 208 (81.64% from 255) = 42.19%

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

 BLUE value IS 212 (83.2% from 255) = 43%

R = 42.19%
G = 14.81%
B = 43%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D049D4 (or 0xD049D4) is known color: Fuchsia. HEX triplet: D0, 49 and D4. RGB value is (208,73,212). Sum of RGB (Red+Green+Blue) = 208+73+212=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 212 - color contains mainly: blue. Hex color #D049D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049D4 is #2FB62B. Grayscale: #808080. Windows color (decimal): -3126828 or 13912528. OLE color: 13912528.

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

Color convert

RGB 208 73 212 -
CMYK 0.02 0.66 0 0.17
HSL 298.27º 0.62% 0.56% -
HSV(B) 298.27º 0.66% 0.83% -
XYZ 40.28 22.93 64.59 -
YUV 129.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 208 73 212 0.02 0.66 0 0.17 298.27 0.62 0.56
Hex D0 49 D4 2 42 0 11 12A 3E 38
Octal 320 111 324 2 102 0 21 452 76 70
Binary 11010000 1001001 11010100 10 1000010 0 10001 100101010 111110 111000

Color Harmonies of #D049D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049D4

Black with #D049D4

Text Example


Text Example

White with #D049D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049D4; }

 p { color: rgb(208,73,212); }

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

background-color css

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

 a { background-color: rgb(208,73,212); }

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

border-color css

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

 span { border-color: rgb(208,73,212); }

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