Html Css Color HEX #D053CB Fuchsia

📋 copy color: '#D053CB'

red 208 ◦ green 83 ◦ blue 203

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

Shades of Fuchsia #D053CB

Tints of Fuchsia #D053CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 42.11%
G = 16.8%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D053CB (or 0xD053CB) is known color: Fuchsia. HEX triplet: D0, 53 and CB. RGB value is (208,83,203). Sum of RGB (Red+Green+Blue) = 208+83+203=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D053CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053CB is #2FAC34. Grayscale: #858585. Windows color (decimal): -3124277 or 13325264. OLE color: 13325264.

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

Color convert

RGB 208 83 203 -
CMYK 0 0.60 0.02 0.18
HSL 302.4º 0.57% 0.57% -
HSV(B) 302.4º 0.6% 0.82% -
XYZ 39.89 23.91 59.01 -
YUV 134.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 208 83 203 0 0.60 0.02 0.18 302.4 0.57 0.57
Hex D0 53 CB 0 3C 2 12 12E 39 39
Octal 320 123 313 0 74 2 22 456 71 71
Binary 11010000 1010011 11001011 0 111100 10 10010 100101110 111001 111001

Color Harmonies of #D053CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053CB

Black with #D053CB

Text Example


Text Example

White with #D053CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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