Html Css Color HEX #D230C2 Fuchsia

📋 copy color: '#D230C2'

red 210 ◦ green 48 ◦ blue 194

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

Shades of Fuchsia #D230C2

Tints of Fuchsia #D230C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.92%

R = 46.46%
G = 10.62%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D230C2 (or 0xD230C2) is known color: Fuchsia. HEX triplet: D2, 30 and C2. RGB value is (210,48,194). Sum of RGB (Red+Green+Blue) = 210+48+194=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D230C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230C2 is #2DCF3D. Grayscale: #707070. Windows color (decimal): -3002174 or 12726482. OLE color: 12726482.

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

Color convert

RGB 210 48 194 -
CMYK 0 0.77 0.08 0.18
HSL 305.93º 0.64% 0.51% -
HSV(B) 305.93º 0.77% 0.82% -
XYZ 37.37 19.71 52.87 -
YUV 113.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 210 48 194 0 0.77 0.08 0.18 305.93 0.64 0.51
Hex D2 30 C2 0 4D 8 12 132 40 33
Octal 322 60 302 0 115 10 22 462 100 63
Binary 11010010 110000 11000010 0 1001101 1000 10010 100110010 1000000 110011

Color Harmonies of #D230C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230C2

Black with #D230C2

Text Example


Text Example

White with #D230C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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