Html Css Color HEX #D23BC0 Fuchsia

📋 copy color: '#D23BC0'

red 210 ◦ green 59 ◦ blue 192

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

Shades of Fuchsia #D23BC0

Tints of Fuchsia #D23BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 45.55%
G = 12.8%
B = 41.65%

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

#D23BC0 (or 0xD23BC0) is known color: Fuchsia. HEX triplet: D2, 3B and C0. RGB value is (210,59,192). Sum of RGB (Red+Green+Blue) = 210+59+192=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BC0 is #2DC43F. Grayscale: #767676. Windows color (decimal): -2999360 or 12598226. OLE color: 12598226.

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

Color convert

RGB 210 59 192 -
CMYK 0 0.72 0.09 0.18
HSL 307.15º 0.63% 0.53% -
HSV(B) 307.15º 0.72% 0.82% -
XYZ 37.66 20.64 51.87 -
YUV 119.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 210 59 192 0 0.72 0.09 0.18 307.15 0.63 0.53
Hex D2 3B C0 0 48 9 12 133 3F 35
Octal 322 73 300 0 110 11 22 463 77 65
Binary 11010010 111011 11000000 0 1001000 1001 10010 100110011 111111 110101

Color Harmonies of #D23BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BC0

Black with #D23BC0

Text Example


Text Example

White with #D23BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BC0; }

 p { color: rgb(210,59,192); }

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

background-color css

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

 a { background-color: rgb(210,59,192); }

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

border-color css

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

 span { border-color: rgb(210,59,192); }

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