Html Css Color HEX #D052C3 Fuchsia

📋 copy color: '#D052C3'

red 208 ◦ green 82 ◦ blue 195

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

Shades of Fuchsia #D052C3

Tints of Fuchsia #D052C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.21%

R = 42.89%
G = 16.91%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D052C3 (or 0xD052C3) is known color: Fuchsia. HEX triplet: D0, 52 and C3. RGB value is (208,82,195). Sum of RGB (Red+Green+Blue) = 208+82+195=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D052C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052C3 is #2FAD3C. Grayscale: #848484. Windows color (decimal): -3124541 or 12800720. OLE color: 12800720.

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

Color convert

RGB 208 82 195 -
CMYK 0 0.61 0.06 0.18
HSL 306.19º 0.57% 0.57% -
HSV(B) 306.19º 0.61% 0.82% -
XYZ 38.88 23.38 54.09 -
YUV 132.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 208 82 195 0 0.61 0.06 0.18 306.19 0.57 0.57
Hex D0 52 C3 0 3D 6 12 132 39 39
Octal 320 122 303 0 75 6 22 462 71 71
Binary 11010000 1010010 11000011 0 111101 110 10010 100110010 111001 111001

Color Harmonies of #D052C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052C3

Black with #D052C3

Text Example


Text Example

White with #D052C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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