Html Css Color HEX #D23ABF Fuchsia

📋 copy color: '#D23ABF'

red 210 ◦ green 58 ◦ blue 191

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

Shades of Fuchsia #D23ABF

Tints of Fuchsia #D23ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.61%

R = 45.75%
G = 12.64%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D23ABF (or 0xD23ABF) is known color: Fuchsia. HEX triplet: D2, 3A and BF. RGB value is (210,58,191). Sum of RGB (Red+Green+Blue) = 210+58+191=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ABF is #2DC540. Grayscale: #767676. Windows color (decimal): -2999617 or 12532434. OLE color: 12532434.

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

Color convert

RGB 210 58 191 -
CMYK 0 0.72 0.09 0.18
HSL 307.5º 0.63% 0.53% -
HSV(B) 307.5º 0.72% 0.82% -
XYZ 37.5 20.49 51.27 -
YUV 118.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 210 58 191 0 0.72 0.09 0.18 307.5 0.63 0.53
Hex D2 3A BF 0 48 9 12 134 3F 35
Octal 322 72 277 0 110 11 22 464 77 65
Binary 11010010 111010 10111111 0 1001000 1001 10010 100110100 111111 110101

Color Harmonies of #D23ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23ABF

Black with #D23ABF

Text Example


Text Example

White with #D23ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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