Html Css Color HEX #D052C1 Fuchsia

📋 copy color: '#D052C1'

red 208 ◦ green 82 ◦ blue 193

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

Shades of Fuchsia #D052C1

Tints of Fuchsia #D052C1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.98%

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 43.06%
G = 16.98%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D052C1 (or 0xD052C1) is known color: Fuchsia. HEX triplet: D0, 52 and C1. RGB value is (208,82,193). Sum of RGB (Red+Green+Blue) = 208+82+193=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D052C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052C1 is #2FAD3E. Grayscale: #848484. Windows color (decimal): -3124543 or 12669648. OLE color: 12669648.

HSL color Cylindrical-coordinate representation of color #D052C1: hue angle of 307.14º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D052C1 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 82 193 -
CMYK 0 0.61 0.07 0.18
HSL 307.14º 0.57% 0.57% -
HSV(B) 307.14º 0.61% 0.82% -
XYZ 38.66 23.29 52.91 -
YUV 132.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 208 82 193 0 0.61 0.07 0.18 307.14 0.57 0.57
Hex D0 52 C1 0 3D 7 12 133 39 39
Octal 320 122 301 0 75 7 22 463 71 71
Binary 11010000 1010010 11000001 0 111101 111 10010 100110011 111001 111001

Color Harmonies of #D052C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052C1

Black with #D052C1

Text Example


Text Example

White with #D052C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052C1; }

 p { color: rgb(208,82,193); }

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

background-color css

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

 a { background-color: rgb(208,82,193); }

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

border-color css

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

 span { border-color: rgb(208,82,193); }

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