Html Css Color HEX #D23FB2 Fuchsia

📋 copy color: '#D23FB2'

red 210 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #D23FB2

Tints of Fuchsia #D23FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.47%

R = 46.56%
G = 13.97%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D23FB2 (or 0xD23FB2) is known color: Fuchsia. HEX triplet: D2, 3F and B2. RGB value is (210,63,178). Sum of RGB (Red+Green+Blue) = 210+63+178=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23FB2 is #2DC04D. Grayscale: #777777. Windows color (decimal): -2998350 or 11681746. OLE color: 11681746.

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

Color convert

RGB 210 63 178 -
CMYK 0 0.70 0.15 0.18
HSL 313.06º 0.62% 0.54% -
HSV(B) 313.06º 0.7% 0.82% -
XYZ 36.39 20.47 44.15 -
YUV 120.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 210 63 178 0 0.70 0.15 0.18 313.06 0.62 0.54
Hex D2 3F B2 0 46 F 12 139 3E 36
Octal 322 77 262 0 106 17 22 471 76 66
Binary 11010010 111111 10110010 0 1000110 1111 10010 100111001 111110 110110

Color Harmonies of #D23FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FB2

Black with #D23FB2

Text Example


Text Example

White with #D23FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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