Html Css Color HEX #D23FBA Fuchsia

📋 copy color: '#D23FBA'

red 210 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #D23FBA

Tints of Fuchsia #D23FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.73%

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 45.75%
G = 13.73%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D23FBA (or 0xD23FBA) is known color: Fuchsia. HEX triplet: D2, 3F and BA. RGB value is (210,63,186). Sum of RGB (Red+Green+Blue) = 210+63+186=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FBA is #2DC045. Grayscale: #787878. Windows color (decimal): -2998342 or 12206034. OLE color: 12206034.

HSL color Cylindrical-coordinate representation of color #D23FBA: hue angle of 309.8º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23FBA is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 63 186 -
CMYK 0 0.70 0.11 0.18
HSL 309.8º 0.62% 0.54% -
HSV(B) 309.8º 0.7% 0.82% -
XYZ 37.22 20.8 48.51 -
YUV 120.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 210 63 186 0 0.70 0.11 0.18 309.8 0.62 0.54
Hex D2 3F BA 0 46 B 12 136 3E 36
Octal 322 77 272 0 106 13 22 466 76 66
Binary 11010010 111111 10111010 0 1000110 1011 10010 100110110 111110 110110

Color Harmonies of #D23FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FBA

Black with #D23FBA

Text Example


Text Example

White with #D23FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FBA; }

 p { color: rgb(210,63,186); }

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

background-color css

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

 a { background-color: rgb(210,63,186); }

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

border-color css

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

 span { border-color: rgb(210,63,186); }

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