Html Css Color HEX #D23BAE Fuchsia

📋 copy color: '#D23BAE'

red 210 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #D23BAE

Tints of Fuchsia #D23BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.32%

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

R = 47.4%
G = 13.32%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D23BAE (or 0xD23BAE) is known color: Fuchsia. HEX triplet: D2, 3B and AE. RGB value is (210,59,174). Sum of RGB (Red+Green+Blue) = 210+59+174=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BAE is #2DC451. Grayscale: #747474. Windows color (decimal): -2999378 or 11418578. OLE color: 11418578.

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

Color convert

RGB 210 59 174 -
CMYK 0 0.72 0.17 0.18
HSL 314.3º 0.63% 0.53% -
HSV(B) 314.3º 0.72% 0.82% -
XYZ 35.78 19.89 42 -
YUV 117.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 210 59 174 0 0.72 0.17 0.18 314.3 0.63 0.53
Hex D2 3B AE 0 48 11 12 13A 3F 35
Octal 322 73 256 0 110 21 22 472 77 65
Binary 11010010 111011 10101110 0 1001000 10001 10010 100111010 111111 110101

Color Harmonies of #D23BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BAE

Black with #D23BAE

Text Example


Text Example

White with #D23BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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