Html Css Color HEX #D653AD Fuchsia

📋 copy color: '#D653AD'

red 214 ◦ green 83 ◦ blue 173

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

Shades of Fuchsia #D653AD

Tints of Fuchsia #D653AD

RGB

 RED value IS 214 (83.98% from 255) = 45.53%

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

 BLUE value IS 173 (67.97% from 255) = 36.81%

R = 45.53%
G = 17.66%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D653AD (or 0xD653AD) is known color: Fuchsia. HEX triplet: D6, 53 and AD. RGB value is (214,83,173). Sum of RGB (Red+Green+Blue) = 214+83+173=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D653AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D653AD is #29AC52. Grayscale: #848484. Windows color (decimal): -2731091 or 11359190. OLE color: 11359190.

HSL color Cylindrical-coordinate representation of color #D653AD: hue angle of 318.78º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D653AD is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 173 -
CMYK 0 0.61 0.19 0.16
HSL 318.78º 0.62% 0.58% -
HSV(B) 318.78º 0.61% 0.84% -
XYZ 38.37 23.5 42.05 -
YUV 132.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 214 83 173 0 0.61 0.19 0.16 318.78 0.62 0.58
Hex D6 53 AD 0 3D 13 10 13F 3E 3A
Octal 326 123 255 0 75 23 20 477 76 72
Binary 11010110 1010011 10101101 0 111101 10011 10000 100111111 111110 111010

Color Harmonies of #D653AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653AD

Black with #D653AD

Text Example


Text Example

White with #D653AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653AD; }

 p { color: rgb(214,83,173); }

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

background-color css

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

 a { background-color: rgb(214,83,173); }

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

border-color css

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

 span { border-color: rgb(214,83,173); }

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