Html Css Color HEX #D052B5 Fuchsia

📋 copy color: '#D052B5'

red 208 ◦ green 82 ◦ blue 181

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

Shades of Fuchsia #D052B5

Tints of Fuchsia #D052B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 44.16%
G = 17.41%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D052B5 (or 0xD052B5) is known color: Fuchsia. HEX triplet: D0, 52 and B5. RGB value is (208,82,181). Sum of RGB (Red+Green+Blue) = 208+82+181=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D052B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052B5 is #2FAD4A. Grayscale: #828282. Windows color (decimal): -3124555 or 11883216. OLE color: 11883216.

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

Color convert

RGB 208 82 181 -
CMYK 0 0.61 0.13 0.18
HSL 312.86º 0.57% 0.57% -
HSV(B) 312.86º 0.61% 0.82% -
XYZ 37.37 22.78 46.14 -
YUV 130.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 208 82 181 0 0.61 0.13 0.18 312.86 0.57 0.57
Hex D0 52 B5 0 3D D 12 139 39 39
Octal 320 122 265 0 75 15 22 471 71 71
Binary 11010000 1010010 10110101 0 111101 1101 10010 100111001 111001 111001

Color Harmonies of #D052B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052B5

Black with #D052B5

Text Example


Text Example

White with #D052B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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