Html Css Color HEX #D053B2 Fuchsia

📋 copy color: '#D053B2'

red 208 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #D053B2

Tints of Fuchsia #D053B2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 44.35%
G = 17.7%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D053B2 (or 0xD053B2) is known color: Fuchsia. HEX triplet: D0, 53 and B2. RGB value is (208,83,178). Sum of RGB (Red+Green+Blue) = 208+83+178=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D053B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D053B2 is #2FAC4D. Grayscale: #828282. Windows color (decimal): -3124302 or 11686864. OLE color: 11686864.

HSL color Cylindrical-coordinate representation of color #D053B2: hue angle of 314.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D053B2 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 178 -
CMYK 0 0.60 0.14 0.18
HSL 314.4º 0.57% 0.57% -
HSV(B) 314.4º 0.6% 0.82% -
XYZ 37.14 22.81 44.56 -
YUV 131.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 208 83 178 0 0.60 0.14 0.18 314.4 0.57 0.57
Hex D0 53 B2 0 3C E 12 13A 39 39
Octal 320 123 262 0 74 16 22 472 71 71
Binary 11010000 1010011 10110010 0 111100 1110 10010 100111010 111001 111001

Color Harmonies of #D053B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053B2

Black with #D053B2

Text Example


Text Example

White with #D053B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053B2; }

 p { color: rgb(208,83,178); }

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

background-color css

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

 a { background-color: rgb(208,83,178); }

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

border-color css

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

 span { border-color: rgb(208,83,178); }

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