Html Css Color HEX #D048C9 Fuchsia

📋 copy color: '#D048C9'

red 208 ◦ green 72 ◦ blue 201

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

Shades of Fuchsia #D048C9

Tints of Fuchsia #D048C9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.97%

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 43.24%
G = 14.97%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D048C9 (or 0xD048C9) is known color: Fuchsia. HEX triplet: D0, 48 and C9. RGB value is (208,72,201). Sum of RGB (Red+Green+Blue) = 208+72+201=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D048C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048C9 is #2FB736. Grayscale: #7E7E7E. Windows color (decimal): -3127095 or 13191376. OLE color: 13191376.

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

Color convert

RGB 208 72 201 -
CMYK 0 0.65 0.03 0.18
HSL 303.09º 0.59% 0.55% -
HSV(B) 303.09º 0.65% 0.82% -
XYZ 38.87 22.26 57.51 -
YUV 127.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 208 72 201 0 0.65 0.03 0.18 303.09 0.59 0.55
Hex D0 48 C9 0 41 3 12 12F 3B 37
Octal 320 110 311 0 101 3 22 457 73 67
Binary 11010000 1001000 11001001 0 1000001 11 10010 100101111 111011 110111

Color Harmonies of #D048C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048C9

Black with #D048C9

Text Example


Text Example

White with #D048C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048C9; }

 p { color: rgb(208,72,201); }

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

background-color css

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

 a { background-color: rgb(208,72,201); }

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

border-color css

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

 span { border-color: rgb(208,72,201); }

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