Html Css Color HEX #D053B5 Fuchsia

📋 copy color: '#D053B5'

red 208 ◦ green 83 ◦ blue 181

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

Shades of Fuchsia #D053B5

Tints of Fuchsia #D053B5

RGB

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

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

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

R = 44.07%
G = 17.58%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D053B5 (or 0xD053B5) is known color: Fuchsia. HEX triplet: D0, 53 and B5. RGB value is (208,83,181). Sum of RGB (Red+Green+Blue) = 208+83+181=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D053B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053B5 is #2FAC4A. Grayscale: #838383. Windows color (decimal): -3124299 or 11883472. OLE color: 11883472.

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

Color convert

RGB 208 83 181 -
CMYK 0 0.60 0.13 0.18
HSL 312.96º 0.57% 0.57% -
HSV(B) 312.96º 0.6% 0.82% -
XYZ 37.45 22.93 46.17 -
YUV 131.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 208 83 181 0 0.60 0.13 0.18 312.96 0.57 0.57
Hex D0 53 B5 0 3C D 12 139 39 39
Octal 320 123 265 0 74 15 22 471 71 71
Binary 11010000 1010011 10110101 0 111100 1101 10010 100111001 111001 111001

Color Harmonies of #D053B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053B5

Black with #D053B5

Text Example


Text Example

White with #D053B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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