Html Css Color HEX #D052CE Fuchsia

📋 copy color: '#D052CE'

red 208 ◦ green 82 ◦ blue 206

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

Shades of Fuchsia #D052CE

Tints of Fuchsia #D052CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 41.94%
G = 16.53%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D052CE (or 0xD052CE) is known color: Fuchsia. HEX triplet: D0, 52 and CE. RGB value is (208,82,206). Sum of RGB (Red+Green+Blue) = 208+82+206=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D052CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052CE is #2FAD31. Grayscale: #858585. Windows color (decimal): -3124530 or 13521616. OLE color: 13521616.

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

Color convert

RGB 208 82 206 -
CMYK 0 0.61 0.01 0.18
HSL 300.95º 0.57% 0.57% -
HSV(B) 300.95º 0.61% 0.82% -
XYZ 40.17 23.9 60.89 -
YUV 133.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 208 82 206 0 0.61 0.01 0.18 300.95 0.57 0.57
Hex D0 52 CE 0 3D 1 12 12D 39 39
Octal 320 122 316 0 75 1 22 455 71 71
Binary 11010000 1010010 11001110 0 111101 1 10010 100101101 111001 111001

Color Harmonies of #D052CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052CE

Black with #D052CE

Text Example


Text Example

White with #D052CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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