Html Css Color HEX #D23AC6 Fuchsia

📋 copy color: '#D23AC6'

red 210 ◦ green 58 ◦ blue 198

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

Shades of Fuchsia #D23AC6

Tints of Fuchsia #D23AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 45.06%
G = 12.45%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D23AC6 (or 0xD23AC6) is known color: Fuchsia. HEX triplet: D2, 3A and C6. RGB value is (210,58,198). Sum of RGB (Red+Green+Blue) = 210+58+198=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AC6 is #2DC539. Grayscale: #777777. Windows color (decimal): -2999610 or 12991186. OLE color: 12991186.

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

Color convert

RGB 210 58 198 -
CMYK 0 0.72 0.06 0.18
HSL 304.74º 0.63% 0.53% -
HSV(B) 304.74º 0.72% 0.82% -
XYZ 38.28 20.8 55.42 -
YUV 119.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 210 58 198 0 0.72 0.06 0.18 304.74 0.63 0.53
Hex D2 3A C6 0 48 6 12 131 3F 35
Octal 322 72 306 0 110 6 22 461 77 65
Binary 11010010 111010 11000110 0 1001000 110 10010 100110001 111111 110101

Color Harmonies of #D23AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AC6

Black with #D23AC6

Text Example


Text Example

White with #D23AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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