Html Css Color HEX #D23AB8 Fuchsia

📋 copy color: '#D23AB8'

red 210 ◦ green 58 ◦ blue 184

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

Shades of Fuchsia #D23AB8

Tints of Fuchsia #D23AB8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.83%

 BLUE value IS 184 (72.27% from 255) = 40.71%

R = 46.46%
G = 12.83%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D23AB8 (or 0xD23AB8) is known color: Fuchsia. HEX triplet: D2, 3A and B8. RGB value is (210,58,184). Sum of RGB (Red+Green+Blue) = 210+58+184=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AB8 is #2DC547. Grayscale: #757575. Windows color (decimal): -2999624 or 12073682. OLE color: 12073682.

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

Color convert

RGB 210 58 184 -
CMYK 0 0.72 0.12 0.18
HSL 310.26º 0.63% 0.53% -
HSV(B) 310.26º 0.72% 0.82% -
XYZ 36.74 20.19 47.31 -
YUV 117.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 210 58 184 0 0.72 0.12 0.18 310.26 0.63 0.53
Hex D2 3A B8 0 48 C 12 136 3F 35
Octal 322 72 270 0 110 14 22 466 77 65
Binary 11010010 111010 10111000 0 1001000 1100 10010 100110110 111111 110101

Color Harmonies of #D23AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AB8

Black with #D23AB8

Text Example


Text Example

White with #D23AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AB8; }

 p { color: rgb(210,58,184); }

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

background-color css

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

 a { background-color: rgb(210,58,184); }

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

border-color css

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

 span { border-color: rgb(210,58,184); }

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