Html Css Color HEX #D430C1 Fuchsia

📋 copy color: '#D430C1'

red 212 ◦ green 48 ◦ blue 193

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

Shades of Fuchsia #D430C1

Tints of Fuchsia #D430C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 46.8%
G = 10.6%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D430C1 (or 0xD430C1) is known color: Fuchsia. HEX triplet: D4, 30 and C1. RGB value is (212,48,193). Sum of RGB (Red+Green+Blue) = 212+48+193=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D430C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430C1 is #2BCF3E. Grayscale: #717171. Windows color (decimal): -2871103 or 12660948. OLE color: 12660948.

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

Color convert

RGB 212 48 193 -
CMYK 0 0.77 0.09 0.17
HSL 306.95º 0.66% 0.51% -
HSV(B) 306.95º 0.77% 0.83% -
XYZ 37.83 19.96 52.31 -
YUV 113.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 212 48 193 0 0.77 0.09 0.17 306.95 0.66 0.51
Hex D4 30 C1 0 4D 9 11 133 42 33
Octal 324 60 301 0 115 11 21 463 102 63
Binary 11010100 110000 11000001 0 1001101 1001 10001 100110011 1000010 110011

Color Harmonies of #D430C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430C1

Black with #D430C1

Text Example


Text Example

White with #D430C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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