Html Css Color HEX #D230CC Fuchsia

📋 copy color: '#D230CC'

red 210 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #D230CC

Tints of Fuchsia #D230CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 45.45%
G = 10.39%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D230CC (or 0xD230CC) is known color: Fuchsia. HEX triplet: D2, 30 and CC. RGB value is (210,48,204). Sum of RGB (Red+Green+Blue) = 210+48+204=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D230CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230CC is #2DCF33. Grayscale: #717171. Windows color (decimal): -3002164 or 13381842. OLE color: 13381842.

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

Color convert

RGB 210 48 204 -
CMYK 0 0.77 0.03 0.18
HSL 302.22º 0.64% 0.51% -
HSV(B) 302.22º 0.77% 0.82% -
XYZ 38.53 20.18 58.99 -
YUV 114.22 178.67 196.32 -
System Red Green Blue C M Y K H S L
Decimal 210 48 204 0 0.77 0.03 0.18 302.22 0.64 0.51
Hex D2 30 CC 0 4D 3 12 12E 40 33
Octal 322 60 314 0 115 3 22 456 100 63
Binary 11010010 110000 11001100 0 1001101 11 10010 100101110 1000000 110011

Color Harmonies of #D230CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230CC

Black with #D230CC

Text Example


Text Example

White with #D230CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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