Html Css Color HEX #D430D5 Fuchsia

📋 copy color: '#D430D5'

red 212 ◦ green 48 ◦ blue 213

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

Shades of Fuchsia #D430D5

Tints of Fuchsia #D430D5

RGB

 RED value IS 212 (83.2% from 255) = 44.82%

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 44.82%
G = 10.15%
B = 45.03%

CMYK

 C value IS 0.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D430D5 (or 0xD430D5) is known color: Fuchsia. HEX triplet: D4, 30 and D5. RGB value is (212,48,213). Sum of RGB (Red+Green+Blue) = 212+48+213=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #D430D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430D5 is #2BCF2A. Grayscale: #737373. Windows color (decimal): -2871083 or 13971668. OLE color: 13971668.

HSL color Cylindrical-coordinate representation of color #D430D5: hue angle of 299.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D430D5 is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 48 213 -
CMYK 0.00 0.77 0 0.16
HSL 299.64º 0.66% 0.51% -
HSV(B) 299.64º 0.77% 0.84% -
XYZ 40.22 20.92 64.87 -
YUV 115.85 182.83 196.58 -
System Red Green Blue C M Y K H S L
Decimal 212 48 213 0.00 0.77 0 0.16 299.64 0.66 0.51
Hex D4 30 D5 0 4D 0 10 12C 42 33
Octal 324 60 325 0 115 0 20 454 102 63
Binary 11010100 110000 11010101 0 1001101 0 10000 100101100 1000010 110011

Color Harmonies of #D430D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430D5

Black with #D430D5

Text Example


Text Example

White with #D430D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430D5; }

 p { color: rgb(212,48,213); }

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

background-color css

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

 a { background-color: rgb(212,48,213); }

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

border-color css

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

 span { border-color: rgb(212,48,213); }

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