Html Css Color HEX #D23EAF Fuchsia

📋 copy color: '#D23EAF'

red 210 ◦ green 62 ◦ blue 175

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

Shades of Fuchsia #D23EAF

Tints of Fuchsia #D23EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.87%

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

R = 46.98%
G = 13.87%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D23EAF (or 0xD23EAF) is known color: Fuchsia. HEX triplet: D2, 3E and AF. RGB value is (210,62,175). Sum of RGB (Red+Green+Blue) = 210+62+175=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23EAF is #2DC150. Grayscale: #767676. Windows color (decimal): -2998609 or 11484882. OLE color: 11484882.

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

Color convert

RGB 210 62 175 -
CMYK 0 0.70 0.17 0.18
HSL 314.19º 0.62% 0.53% -
HSV(B) 314.19º 0.7% 0.82% -
XYZ 36.04 20.24 42.57 -
YUV 119.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 210 62 175 0 0.70 0.17 0.18 314.19 0.62 0.53
Hex D2 3E AF 0 46 11 12 13A 3E 35
Octal 322 76 257 0 106 21 22 472 76 65
Binary 11010010 111110 10101111 0 1000110 10001 10010 100111010 111110 110101

Color Harmonies of #D23EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23EAF

Black with #D23EAF

Text Example


Text Example

White with #D23EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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