Html Css Color HEX #D048CF Fuchsia

📋 copy color: '#D048CF'

red 208 ◦ green 72 ◦ blue 207

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

Shades of Fuchsia #D048CF

Tints of Fuchsia #D048CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 42.71%
G = 14.78%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D048CF (or 0xD048CF) is known color: Fuchsia. HEX triplet: D0, 48 and CF. RGB value is (208,72,207). Sum of RGB (Red+Green+Blue) = 208+72+207=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D048CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048CF is #2FB730. Grayscale: #7F7F7F. Windows color (decimal): -3127089 or 13584592. OLE color: 13584592.

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

Color convert

RGB 208 72 207 -
CMYK 0 0.65 0.00 0.18
HSL 300.44º 0.59% 0.55% -
HSV(B) 300.44º 0.65% 0.82% -
XYZ 39.59 22.55 61.3 -
YUV 128.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 208 72 207 0 0.65 0.00 0.18 300.44 0.59 0.55
Hex D0 48 CF 0 41 0 12 12C 3B 37
Octal 320 110 317 0 101 0 22 454 73 67
Binary 11010000 1001000 11001111 0 1000001 0 10010 100101100 111011 110111

Color Harmonies of #D048CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048CF

Black with #D048CF

Text Example


Text Example

White with #D048CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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