Html Css Color HEX #D230CD Fuchsia

📋 copy color: '#D230CD'

red 210 ◦ green 48 ◦ blue 205

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

Shades of Fuchsia #D230CD

Tints of Fuchsia #D230CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 45.36%
G = 10.37%
B = 44.28%

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

#D230CD (or 0xD230CD) is known color: Fuchsia. HEX triplet: D2, 30 and CD. RGB value is (210,48,205). Sum of RGB (Red+Green+Blue) = 210+48+205=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D230CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230CD is #2DCF32. Grayscale: #717171. Windows color (decimal): -3002163 or 13447378. OLE color: 13447378.

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

Color convert

RGB 210 48 205 -
CMYK 0 0.77 0.02 0.18
HSL 301.85º 0.64% 0.51% -
HSV(B) 301.85º 0.77% 0.82% -
XYZ 38.65 20.22 59.62 -
YUV 114.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 210 48 205 0 0.77 0.02 0.18 301.85 0.64 0.51
Hex D2 30 CD 0 4D 2 12 12E 40 33
Octal 322 60 315 0 115 2 22 456 100 63
Binary 11010010 110000 11001101 0 1001101 10 10010 100101110 1000000 110011

Color Harmonies of #D230CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230CD

Black with #D230CD

Text Example


Text Example

White with #D230CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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