Html Css Color HEX #D048CD Fuchsia

📋 copy color: '#D048CD'

red 208 ◦ green 72 ◦ blue 205

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

Shades of Fuchsia #D048CD

Tints of Fuchsia #D048CD

RGB

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

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

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

R = 42.89%
G = 14.85%
B = 42.27%

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

#D048CD (or 0xD048CD) is known color: Fuchsia. HEX triplet: D0, 48 and CD. RGB value is (208,72,205). Sum of RGB (Red+Green+Blue) = 208+72+205=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D048CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048CD is #2FB732. Grayscale: #7F7F7F. Windows color (decimal): -3127091 or 13453520. OLE color: 13453520.

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

Color convert

RGB 208 72 205 -
CMYK 0 0.65 0.01 0.18
HSL 301.32º 0.59% 0.55% -
HSV(B) 301.32º 0.65% 0.82% -
XYZ 39.35 22.45 60.02 -
YUV 127.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 208 72 205 0 0.65 0.01 0.18 301.32 0.59 0.55
Hex D0 48 CD 0 41 1 12 12D 3B 37
Octal 320 110 315 0 101 1 22 455 73 67
Binary 11010000 1001000 11001101 0 1000001 1 10010 100101101 111011 110111

Color Harmonies of #D048CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048CD

Black with #D048CD

Text Example


Text Example

White with #D048CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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