Html Css Color HEX #D23DAE Fuchsia

📋 copy color: '#D23DAE'

red 210 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #D23DAE

Tints of Fuchsia #D23DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 47.19%
G = 13.71%
B = 39.1%

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

#D23DAE (or 0xD23DAE) is known color: Fuchsia. HEX triplet: D2, 3D and AE. RGB value is (210,61,174). Sum of RGB (Red+Green+Blue) = 210+61+174=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DAE is #2DC251. Grayscale: #767676. Windows color (decimal): -2998866 or 11419090. OLE color: 11419090.

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

Color convert

RGB 210 61 174 -
CMYK 0 0.71 0.17 0.18
HSL 314.5º 0.62% 0.53% -
HSV(B) 314.5º 0.71% 0.82% -
XYZ 35.89 20.1 42.03 -
YUV 118.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 210 61 174 0 0.71 0.17 0.18 314.5 0.62 0.53
Hex D2 3D AE 0 47 11 12 13A 3E 35
Octal 322 75 256 0 107 21 22 472 76 65
Binary 11010010 111101 10101110 0 1000111 10001 10010 100111010 111110 110101

Color Harmonies of #D23DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DAE

Black with #D23DAE

Text Example


Text Example

White with #D23DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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