Html Css Color HEX #D430B5 Fuchsia

📋 copy color: '#D430B5'

red 212 ◦ green 48 ◦ blue 181

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

Shades of Fuchsia #D430B5

Tints of Fuchsia #D430B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.04%

R = 48.07%
G = 10.88%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D430B5 (or 0xD430B5) is known color: Fuchsia. HEX triplet: D4, 30 and B5. RGB value is (212,48,181). Sum of RGB (Red+Green+Blue) = 212+48+181=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D430B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430B5 is #2BCF4A. Grayscale: #6F6F6F. Windows color (decimal): -2871115 or 11874516. OLE color: 11874516.

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

Color convert

RGB 212 48 181 -
CMYK 0 0.77 0.15 0.17
HSL 311.34º 0.66% 0.51% -
HSV(B) 311.34º 0.77% 0.83% -
XYZ 36.55 19.45 45.54 -
YUV 112.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 212 48 181 0 0.77 0.15 0.17 311.34 0.66 0.51
Hex D4 30 B5 0 4D F 11 137 42 33
Octal 324 60 265 0 115 17 21 467 102 63
Binary 11010100 110000 10110101 0 1001101 1111 10001 100110111 1000010 110011

Color Harmonies of #D430B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430B5

Black with #D430B5

Text Example


Text Example

White with #D430B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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