Html Css Color HEX #D239AD Fuchsia

📋 copy color: '#D239AD'

red 210 ◦ green 57 ◦ blue 173

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

Shades of Fuchsia #D239AD

Tints of Fuchsia #D239AD

RGB

 RED value IS 210 (82.42% from 255) = 47.73%

 GREEN value IS 57 (22.66% from 255) = 12.95%

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

R = 47.73%
G = 12.95%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D239AD (or 0xD239AD) is known color: Fuchsia. HEX triplet: D2, 39 and AD. RGB value is (210,57,173). Sum of RGB (Red+Green+Blue) = 210+57+173=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D239AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D239AD is #2DC652. Grayscale: #737373. Windows color (decimal): -2999891 or 11352530. OLE color: 11352530.

HSL color Cylindrical-coordinate representation of color #D239AD: hue angle of 314.51º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D239AD is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 173 -
CMYK 0 0.73 0.18 0.18
HSL 314.51º 0.63% 0.52% -
HSV(B) 314.51º 0.73% 0.82% -
XYZ 35.58 19.65 41.45 -
YUV 115.97 160.19 195.07 -
System Red Green Blue C M Y K H S L
Decimal 210 57 173 0 0.73 0.18 0.18 314.51 0.63 0.52
Hex D2 39 AD 0 49 12 12 13B 3F 34
Octal 322 71 255 0 111 22 22 473 77 64
Binary 11010010 111001 10101101 0 1001001 10010 10010 100111011 111111 110100

Color Harmonies of #D239AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D239AD

Black with #D239AD

Text Example


Text Example

White with #D239AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D239AD; }

 p { color: rgb(210,57,173); }

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

background-color css

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

 a { background-color: rgb(210,57,173); }

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

border-color css

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

 span { border-color: rgb(210,57,173); }

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