Html Css Color HEX #D046CD Fuchsia

📋 copy color: '#D046CD'

red 208 ◦ green 70 ◦ blue 205

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

Shades of Fuchsia #D046CD

Tints of Fuchsia #D046CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.49%

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

R = 43.06%
G = 14.49%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D046CD (or 0xD046CD) is known color: Fuchsia. HEX triplet: D0, 46 and CD. RGB value is (208,70,205). Sum of RGB (Red+Green+Blue) = 208+70+205=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D046CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046CD is #2FB932. Grayscale: #7E7E7E. Windows color (decimal): -3127603 or 13453008. OLE color: 13453008.

HSL color Cylindrical-coordinate representation of color #D046CD: hue angle of 301.3º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D046CD is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 205 -
CMYK 0 0.66 0.01 0.18
HSL 301.3º 0.59% 0.55% -
HSV(B) 301.3º 0.66% 0.82% -
XYZ 39.22 22.2 59.98 -
YUV 126.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 208 70 205 0 0.66 0.01 0.18 301.3 0.59 0.55
Hex D0 46 CD 0 42 1 12 12D 3B 37
Octal 320 106 315 0 102 1 22 455 73 67
Binary 11010000 1000110 11001101 0 1000010 1 10010 100101101 111011 110111

Color Harmonies of #D046CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046CD

Black with #D046CD

Text Example


Text Example

White with #D046CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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