Html Css Color HEX #D048CB Fuchsia

📋 copy color: '#D048CB'

red 208 ◦ green 72 ◦ blue 203

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

Shades of Fuchsia #D048CB

Tints of Fuchsia #D048CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 43.06%
G = 14.91%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D048CB (or 0xD048CB) is known color: Fuchsia. HEX triplet: D0, 48 and CB. RGB value is (208,72,203). Sum of RGB (Red+Green+Blue) = 208+72+203=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D048CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048CB is #2FB734. Grayscale: #7F7F7F. Windows color (decimal): -3127093 or 13322448. OLE color: 13322448.

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

Color convert

RGB 208 72 203 -
CMYK 0 0.65 0.02 0.18
HSL 302.21º 0.59% 0.55% -
HSV(B) 302.21º 0.65% 0.82% -
XYZ 39.11 22.36 58.75 -
YUV 127.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 208 72 203 0 0.65 0.02 0.18 302.21 0.59 0.55
Hex D0 48 CB 0 41 2 12 12E 3B 37
Octal 320 110 313 0 101 2 22 456 73 67
Binary 11010000 1001000 11001011 0 1000001 10 10010 100101110 111011 110111

Color Harmonies of #D048CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048CB

Black with #D048CB

Text Example


Text Example

White with #D048CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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