Html Css Color HEX #D238AD Fuchsia

📋 copy color: '#D238AD'

red 210 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #D238AD

Tints of Fuchsia #D238AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.76%

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

R = 47.84%
G = 12.76%
B = 39.41%

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

#D238AD (or 0xD238AD) is known color: Fuchsia. HEX triplet: D2, 38 and AD. RGB value is (210,56,173). Sum of RGB (Red+Green+Blue) = 210+56+173=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D238AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D238AD is #2DC752. Grayscale: #737373. Windows color (decimal): -3000147 or 11352274. OLE color: 11352274.

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

Color convert

RGB 210 56 173 -
CMYK 0 0.73 0.18 0.18
HSL 314.42º 0.63% 0.52% -
HSV(B) 314.42º 0.73% 0.82% -
XYZ 35.54 19.55 41.44 -
YUV 115.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 210 56 173 0 0.73 0.18 0.18 314.42 0.63 0.52
Hex D2 38 AD 0 49 12 12 13A 3F 34
Octal 322 70 255 0 111 22 22 472 77 64
Binary 11010010 111000 10101101 0 1001001 10010 10010 100111010 111111 110100

Color Harmonies of #D238AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238AD

Black with #D238AD

Text Example


Text Example

White with #D238AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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