Html Css Color HEX #D430B7 Fuchsia

📋 copy color: '#D430B7'

red 212 ◦ green 48 ◦ blue 183

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

Shades of Fuchsia #D430B7

Tints of Fuchsia #D430B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.31%

R = 47.86%
G = 10.84%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D430B7 (or 0xD430B7) is known color: Fuchsia. HEX triplet: D4, 30 and B7. RGB value is (212,48,183). Sum of RGB (Red+Green+Blue) = 212+48+183=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D430B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430B7 is #2BCF48. Grayscale: #707070. Windows color (decimal): -2871113 or 12005588. OLE color: 12005588.

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

Color convert

RGB 212 48 183 -
CMYK 0 0.77 0.14 0.17
HSL 310.61º 0.66% 0.51% -
HSV(B) 310.61º 0.77% 0.83% -
XYZ 36.76 19.53 46.63 -
YUV 112.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 212 48 183 0 0.77 0.14 0.17 310.61 0.66 0.51
Hex D4 30 B7 0 4D E 11 137 42 33
Octal 324 60 267 0 115 16 21 467 102 63
Binary 11010100 110000 10110111 0 1001101 1110 10001 100110111 1000010 110011

Color Harmonies of #D430B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430B7

Black with #D430B7

Text Example


Text Example

White with #D430B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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