Html Css Color HEX #D648AD Fuchsia

📋 copy color: '#D648AD'

red 214 ◦ green 72 ◦ blue 173

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

Shades of Fuchsia #D648AD

Tints of Fuchsia #D648AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.69%

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

R = 46.62%
G = 15.69%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D648AD (or 0xD648AD) is known color: Fuchsia. HEX triplet: D6, 48 and AD. RGB value is (214,72,173). Sum of RGB (Red+Green+Blue) = 214+72+173=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D648AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D648AD is #29B752. Grayscale: #7D7D7D. Windows color (decimal): -2733907 or 11356374. OLE color: 11356374.

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

Color convert

RGB 214 72 173 -
CMYK 0 0.66 0.19 0.16
HSL 317.32º 0.63% 0.56% -
HSV(B) 317.32º 0.66% 0.84% -
XYZ 37.59 21.95 41.79 -
YUV 125.97 154.54 190.79 -
System Red Green Blue C M Y K H S L
Decimal 214 72 173 0 0.66 0.19 0.16 317.32 0.63 0.56
Hex D6 48 AD 0 42 13 10 13D 3F 38
Octal 326 110 255 0 102 23 20 475 77 70
Binary 11010110 1001000 10101101 0 1000010 10011 10000 100111101 111111 111000

Color Harmonies of #D648AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648AD

Black with #D648AD

Text Example


Text Example

White with #D648AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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