Html Css Color HEX #D052CF Fuchsia

📋 copy color: '#D052CF'

red 208 ◦ green 82 ◦ blue 207

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

Shades of Fuchsia #D052CF

Tints of Fuchsia #D052CF

RGB

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

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

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

R = 41.85%
G = 16.5%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D052CF (or 0xD052CF) is known color: Fuchsia. HEX triplet: D0, 52 and CF. RGB value is (208,82,207). Sum of RGB (Red+Green+Blue) = 208+82+207=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D052CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052CF is #2FAD30. Grayscale: #858585. Windows color (decimal): -3124529 or 13587152. OLE color: 13587152.

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

Color convert

RGB 208 82 207 -
CMYK 0 0.61 0.00 0.18
HSL 300.48º 0.57% 0.57% -
HSV(B) 300.48º 0.61% 0.82% -
XYZ 40.29 23.95 61.53 -
YUV 133.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 208 82 207 0 0.61 0.00 0.18 300.48 0.57 0.57
Hex D0 52 CF 0 3D 0 12 12C 39 39
Octal 320 122 317 0 75 0 22 454 71 71
Binary 11010000 1010010 11001111 0 111101 0 10010 100101100 111001 111001

Color Harmonies of #D052CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052CF

Black with #D052CF

Text Example


Text Example

White with #D052CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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