Html Css Color HEX #D463B3 Fuchsia

📋 copy color: '#D463B3'

red 212 ◦ green 99 ◦ blue 179

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

Shades of Fuchsia #D463B3

Tints of Fuchsia #D463B3

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.2%

 BLUE value IS 179 (70.31% from 255) = 36.53%

R = 43.27%
G = 20.2%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D463B3 (or 0xD463B3) is known color: Fuchsia. HEX triplet: D4, 63 and B3. RGB value is (212,99,179). Sum of RGB (Red+Green+Blue) = 212+99+179=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D463B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463B3 is #2B9C4C. Grayscale: #8D8D8D. Windows color (decimal): -2858061 or 11756500. OLE color: 11756500.

HSL color Cylindrical-coordinate representation of color #D463B3: hue angle of 317.52º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D463B3 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 99 179 -
CMYK 0 0.53 0.16 0.17
HSL 317.52º 0.57% 0.61% -
HSV(B) 317.52º 0.53% 0.83% -
XYZ 39.75 26.18 45.61 -
YUV 141.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 212 99 179 0 0.53 0.16 0.17 317.52 0.57 0.61
Hex D4 63 B3 0 35 10 11 13E 39 3D
Octal 324 143 263 0 65 20 21 476 71 75
Binary 11010100 1100011 10110011 0 110101 10000 10001 100111110 111001 111101

Color Harmonies of #D463B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463B3

Black with #D463B3

Text Example


Text Example

White with #D463B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463B3; }

 p { color: rgb(212,99,179); }

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

background-color css

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

 a { background-color: rgb(212,99,179); }

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

border-color css

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

 span { border-color: rgb(212,99,179); }

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