Html Css Color HEX #D430B9 Fuchsia

📋 copy color: '#D430B9'

red 212 ◦ green 48 ◦ blue 185

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

Shades of Fuchsia #D430B9

Tints of Fuchsia #D430B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 47.64%
G = 10.79%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D430B9 (or 0xD430B9) is known color: Fuchsia. HEX triplet: D4, 30 and B9. RGB value is (212,48,185). Sum of RGB (Red+Green+Blue) = 212+48+185=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D430B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430B9 is #2BCF46. Grayscale: #707070. Windows color (decimal): -2871111 or 12136660. OLE color: 12136660.

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

Color convert

RGB 212 48 185 -
CMYK 0 0.77 0.13 0.17
HSL 309.88º 0.66% 0.51% -
HSV(B) 309.88º 0.77% 0.83% -
XYZ 36.97 19.61 47.74 -
YUV 112.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 212 48 185 0 0.77 0.13 0.17 309.88 0.66 0.51
Hex D4 30 B9 0 4D D 11 136 42 33
Octal 324 60 271 0 115 15 21 466 102 63
Binary 11010100 110000 10111001 0 1001101 1101 10001 100110110 1000010 110011

Color Harmonies of #D430B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430B9

Black with #D430B9

Text Example


Text Example

White with #D430B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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