Html Css Color HEX #D463B2 Fuchsia

📋 copy color: '#D463B2'

red 212 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #D463B2

Tints of Fuchsia #D463B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 43.35%
G = 20.25%
B = 36.4%

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

#D463B2 (or 0xD463B2) is known color: Fuchsia. HEX triplet: D4, 63 and B2. RGB value is (212,99,178). Sum of RGB (Red+Green+Blue) = 212+99+178=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D463B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D463B2 is #2B9C4D. Grayscale: #8D8D8D. Windows color (decimal): -2858062 or 11690964. OLE color: 11690964.

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

Color convert

RGB 212 99 178 -
CMYK 0 0.53 0.16 0.17
HSL 318.05º 0.57% 0.61% -
HSV(B) 318.05º 0.53% 0.83% -
XYZ 39.65 26.14 45.07 -
YUV 141.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 212 99 178 0 0.53 0.16 0.17 318.05 0.57 0.61
Hex D4 63 B2 0 35 10 11 13E 39 3D
Octal 324 143 262 0 65 20 21 476 71 75
Binary 11010100 1100011 10110010 0 110101 10000 10001 100111110 111001 111101

Color Harmonies of #D463B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463B2

Black with #D463B2

Text Example


Text Example

White with #D463B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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