Html Css Color HEX #D230D7 Fuchsia

📋 copy color: '#D230D7'

red 210 ◦ green 48 ◦ blue 215

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

Shades of Fuchsia #D230D7

Tints of Fuchsia #D230D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.45%

R = 44.4%
G = 10.15%
B = 45.45%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D230D7 (or 0xD230D7) is known color: Fuchsia. HEX triplet: D2, 30 and D7. RGB value is (210,48,215). Sum of RGB (Red+Green+Blue) = 210+48+215=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #D230D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230D7 is #2DCF28. Grayscale: #727272. Windows color (decimal): -3002153 or 14102738. OLE color: 14102738.

HSL color Cylindrical-coordinate representation of color #D230D7: hue angle of 298.2º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D230D7 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 48 215 -
CMYK 0.02 0.78 0 0.16
HSL 298.2º 0.68% 0.52% -
HSV(B) 298.2º 0.78% 0.84% -
XYZ 39.9 20.72 66.19 -
YUV 115.48 184.17 195.42 -
System Red Green Blue C M Y K H S L
Decimal 210 48 215 0.02 0.78 0 0.16 298.2 0.68 0.52
Hex D2 30 D7 2 4E 0 10 12A 44 34
Octal 322 60 327 2 116 0 20 452 104 64
Binary 11010010 110000 11010111 10 1001110 0 10000 100101010 1000100 110100

Color Harmonies of #D230D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230D7

Black with #D230D7

Text Example


Text Example

White with #D230D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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