Html Css Color HEX #D053BC Fuchsia

📋 copy color: '#D053BC'

red 208 ◦ green 83 ◦ blue 188

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

Shades of Fuchsia #D053BC

Tints of Fuchsia #D053BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 43.42%
G = 17.33%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D053BC (or 0xD053BC) is known color: Fuchsia. HEX triplet: D0, 53 and BC. RGB value is (208,83,188). Sum of RGB (Red+Green+Blue) = 208+83+188=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D053BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053BC is #2FAC43. Grayscale: #848484. Windows color (decimal): -3124292 or 12342224. OLE color: 12342224.

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

Color convert

RGB 208 83 188 -
CMYK 0 0.60 0.10 0.18
HSL 309.6º 0.57% 0.57% -
HSV(B) 309.6º 0.6% 0.82% -
XYZ 38.18 23.23 50.05 -
YUV 132.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 208 83 188 0 0.60 0.10 0.18 309.6 0.57 0.57
Hex D0 53 BC 0 3C A 12 136 39 39
Octal 320 123 274 0 74 12 22 466 71 71
Binary 11010000 1010011 10111100 0 111100 1010 10010 100110110 111001 111001

Color Harmonies of #D053BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053BC

Black with #D053BC

Text Example


Text Example

White with #D053BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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