Html Css Color HEX #D052B0 Fuchsia

📋 copy color: '#D052B0'

red 208 ◦ green 82 ◦ blue 176

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

Shades of Fuchsia #D052B0

Tints of Fuchsia #D052B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 44.64%
G = 17.6%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D052B0 (or 0xD052B0) is known color: Fuchsia. HEX triplet: D0, 52 and B0. RGB value is (208,82,176). Sum of RGB (Red+Green+Blue) = 208+82+176=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D052B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052B0 is #2FAD4F. Grayscale: #828282. Windows color (decimal): -3124560 or 11555536. OLE color: 11555536.

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

Color convert

RGB 208 82 176 -
CMYK 0 0.61 0.15 0.18
HSL 315.24º 0.57% 0.57% -
HSV(B) 315.24º 0.61% 0.82% -
XYZ 36.87 22.58 43.49 -
YUV 130.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 208 82 176 0 0.61 0.15 0.18 315.24 0.57 0.57
Hex D0 52 B0 0 3D F 12 13B 39 39
Octal 320 122 260 0 75 17 22 473 71 71
Binary 11010000 1010010 10110000 0 111101 1111 10010 100111011 111001 111001

Color Harmonies of #D052B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052B0

Black with #D052B0

Text Example


Text Example

White with #D052B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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