Html Css Color HEX #D23DAD Fuchsia

📋 copy color: '#D23DAD'

red 210 ◦ green 61 ◦ blue 173

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

Shades of Fuchsia #D23DAD

Tints of Fuchsia #D23DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.74%

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

R = 47.3%
G = 13.74%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D23DAD (or 0xD23DAD) is known color: Fuchsia. HEX triplet: D2, 3D and AD. RGB value is (210,61,173). Sum of RGB (Red+Green+Blue) = 210+61+173=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DAD is #2DC252. Grayscale: #767676. Windows color (decimal): -2998867 or 11353554. OLE color: 11353554.

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

Color convert

RGB 210 61 173 -
CMYK 0 0.71 0.18 0.18
HSL 314.9º 0.62% 0.53% -
HSV(B) 314.9º 0.71% 0.82% -
XYZ 35.79 20.06 41.52 -
YUV 118.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 210 61 173 0 0.71 0.18 0.18 314.9 0.62 0.53
Hex D2 3D AD 0 47 12 12 13B 3E 35
Octal 322 75 255 0 107 22 22 473 76 65
Binary 11010010 111101 10101101 0 1000111 10010 10010 100111011 111110 110101

Color Harmonies of #D23DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DAD

Black with #D23DAD

Text Example


Text Example

White with #D23DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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