Html Css Color HEX #D236AD Fuchsia

📋 copy color: '#D236AD'

red 210 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #D236AD

Tints of Fuchsia #D236AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.36%

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

R = 48.05%
G = 12.36%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D236AD (or 0xD236AD) is known color: Fuchsia. HEX triplet: D2, 36 and AD. RGB value is (210,54,173). Sum of RGB (Red+Green+Blue) = 210+54+173=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D236AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D236AD is #2DC952. Grayscale: #717171. Windows color (decimal): -3000659 or 11351762. OLE color: 11351762.

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

Color convert

RGB 210 54 173 -
CMYK 0 0.74 0.18 0.18
HSL 314.23º 0.63% 0.52% -
HSV(B) 314.23º 0.74% 0.82% -
XYZ 35.44 19.36 41.4 -
YUV 114.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 210 54 173 0 0.74 0.18 0.18 314.23 0.63 0.52
Hex D2 36 AD 0 4A 12 12 13A 3F 34
Octal 322 66 255 0 112 22 22 472 77 64
Binary 11010010 110110 10101101 0 1001010 10010 10010 100111010 111111 110100

Color Harmonies of #D236AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236AD

Black with #D236AD

Text Example


Text Example

White with #D236AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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