Html Css Color HEX #D430C9 Fuchsia

📋 copy color: '#D430C9'

red 212 ◦ green 48 ◦ blue 201

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

Shades of Fuchsia #D430C9

Tints of Fuchsia #D430C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 45.99%
G = 10.41%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D430C9 (or 0xD430C9) is known color: Fuchsia. HEX triplet: D4, 30 and C9. RGB value is (212,48,201). Sum of RGB (Red+Green+Blue) = 212+48+201=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D430C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430C9 is #2BCF36. Grayscale: #727272. Windows color (decimal): -2871095 or 13185236. OLE color: 13185236.

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

Color convert

RGB 212 48 201 -
CMYK 0 0.77 0.05 0.17
HSL 304.02º 0.66% 0.51% -
HSV(B) 304.02º 0.77% 0.83% -
XYZ 38.75 20.33 57.14 -
YUV 114.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 212 48 201 0 0.77 0.05 0.17 304.02 0.66 0.51
Hex D4 30 C9 0 4D 5 11 130 42 33
Octal 324 60 311 0 115 5 21 460 102 63
Binary 11010100 110000 11001001 0 1001101 101 10001 100110000 1000010 110011

Color Harmonies of #D430C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430C9

Black with #D430C9

Text Example


Text Example

White with #D430C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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