Html Css Color HEX #D048CA Fuchsia

📋 copy color: '#D048CA'

red 208 ◦ green 72 ◦ blue 202

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

Shades of Fuchsia #D048CA

Tints of Fuchsia #D048CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 43.15%
G = 14.94%
B = 41.91%

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

#D048CA (or 0xD048CA) is known color: Fuchsia. HEX triplet: D0, 48 and CA. RGB value is (208,72,202). Sum of RGB (Red+Green+Blue) = 208+72+202=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D048CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048CA is #2FB735. Grayscale: #7F7F7F. Windows color (decimal): -3127094 or 13256912. OLE color: 13256912.

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

Color convert

RGB 208 72 202 -
CMYK 0 0.65 0.03 0.18
HSL 302.65º 0.59% 0.55% -
HSV(B) 302.65º 0.65% 0.82% -
XYZ 38.99 22.31 58.13 -
YUV 127.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 208 72 202 0 0.65 0.03 0.18 302.65 0.59 0.55
Hex D0 48 CA 0 41 3 12 12F 3B 37
Octal 320 110 312 0 101 3 22 457 73 67
Binary 11010000 1001000 11001010 0 1000001 11 10010 100101111 111011 110111

Color Harmonies of #D048CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048CA

Black with #D048CA

Text Example


Text Example

White with #D048CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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