Html Css Color HEX #D230CE Fuchsia

📋 copy color: '#D230CE'

red 210 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #D230CE

Tints of Fuchsia #D230CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.34%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 45.26%
G = 10.34%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D230CE (or 0xD230CE) is known color: Fuchsia. HEX triplet: D2, 30 and CE. RGB value is (210,48,206). Sum of RGB (Red+Green+Blue) = 210+48+206=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D230CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230CE is #2DCF31. Grayscale: #717171. Windows color (decimal): -3002162 or 13512914. OLE color: 13512914.

HSL color Cylindrical-coordinate representation of color #D230CE: hue angle of 301.48º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D230CE is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 206 -
CMYK 0 0.77 0.02 0.18
HSL 301.48º 0.64% 0.51% -
HSV(B) 301.48º 0.77% 0.82% -
XYZ 38.78 20.27 60.26 -
YUV 114.45 179.67 196.15 -
System Red Green Blue C M Y K H S L
Decimal 210 48 206 0 0.77 0.02 0.18 301.48 0.64 0.51
Hex D2 30 CE 0 4D 2 12 12D 40 33
Octal 322 60 316 0 115 2 22 455 100 63
Binary 11010010 110000 11001110 0 1001101 10 10010 100101101 1000000 110011

Color Harmonies of #D230CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230CE

Black with #D230CE

Text Example


Text Example

White with #D230CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230CE; }

 p { color: rgb(210,48,206); }

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

background-color css

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

 a { background-color: rgb(210,48,206); }

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

border-color css

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

 span { border-color: rgb(210,48,206); }

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