Html Css Color HEX #D23DAF Fuchsia

📋 copy color: '#D23DAF'

red 210 ◦ green 61 ◦ blue 175

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

Shades of Fuchsia #D23DAF

Tints of Fuchsia #D23DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 47.09%
G = 13.68%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D23DAF (or 0xD23DAF) is known color: Fuchsia. HEX triplet: D2, 3D and AF. RGB value is (210,61,175). Sum of RGB (Red+Green+Blue) = 210+61+175=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DAF is #2DC250. Grayscale: #767676. Windows color (decimal): -2998865 or 11484626. OLE color: 11484626.

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

Color convert

RGB 210 61 175 -
CMYK 0 0.71 0.17 0.18
HSL 314.09º 0.62% 0.53% -
HSV(B) 314.09º 0.71% 0.82% -
XYZ 35.98 20.13 42.55 -
YUV 118.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 210 61 175 0 0.71 0.17 0.18 314.09 0.62 0.53
Hex D2 3D AF 0 47 11 12 13A 3E 35
Octal 322 75 257 0 107 21 22 472 76 65
Binary 11010010 111101 10101111 0 1000111 10001 10010 100111010 111110 110101

Color Harmonies of #D23DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DAF

Black with #D23DAF

Text Example


Text Example

White with #D23DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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