Html Css Color HEX #D053B4 Fuchsia

📋 copy color: '#D053B4'

red 208 ◦ green 83 ◦ blue 180

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

Shades of Fuchsia #D053B4

Tints of Fuchsia #D053B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.22%

R = 44.16%
G = 17.62%
B = 38.22%

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

#D053B4 (or 0xD053B4) is known color: Fuchsia. HEX triplet: D0, 53 and B4. RGB value is (208,83,180). Sum of RGB (Red+Green+Blue) = 208+83+180=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D053B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053B4 is #2FAC4B. Grayscale: #838383. Windows color (decimal): -3124300 or 11817936. OLE color: 11817936.

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

Color convert

RGB 208 83 180 -
CMYK 0 0.60 0.13 0.18
HSL 313.44º 0.57% 0.57% -
HSV(B) 313.44º 0.6% 0.82% -
XYZ 37.34 22.89 45.63 -
YUV 131.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 208 83 180 0 0.60 0.13 0.18 313.44 0.57 0.57
Hex D0 53 B4 0 3C D 12 139 39 39
Octal 320 123 264 0 74 15 22 471 71 71
Binary 11010000 1010011 10110100 0 111100 1101 10010 100111001 111001 111001

Color Harmonies of #D053B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053B4

Black with #D053B4

Text Example


Text Example

White with #D053B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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