Html Css Color HEX #D46BB4 Fuchsia

📋 copy color: '#D46BB4'

red 212 ◦ green 107 ◦ blue 180

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

Shades of Fuchsia #D46BB4

Tints of Fuchsia #D46BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.44%

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 42.48%
G = 21.44%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D46BB4 (or 0xD46BB4) is known color: Fuchsia. HEX triplet: D4, 6B and B4. RGB value is (212,107,180). Sum of RGB (Red+Green+Blue) = 212+107+180=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BB4 is #2B944B. Grayscale: #929292. Windows color (decimal): -2856012 or 11824084. OLE color: 11824084.

HSL color Cylindrical-coordinate representation of color #D46BB4: hue angle of 318.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46BB4 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 107 180 -
CMYK 0 0.50 0.15 0.17
HSL 318.29º 0.55% 0.63% -
HSV(B) 318.29º 0.5% 0.83% -
XYZ 40.65 27.81 46.41 -
YUV 146.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 212 107 180 0 0.50 0.15 0.17 318.29 0.55 0.63
Hex D4 6B B4 0 32 F 11 13E 37 3F
Octal 324 153 264 0 62 17 21 476 67 77
Binary 11010100 1101011 10110100 0 110010 1111 10001 100111110 110111 111111

Color Harmonies of #D46BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46BB4

Black with #D46BB4

Text Example


Text Example

White with #D46BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46BB4; }

 p { color: rgb(212,107,180); }

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

background-color css

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

 a { background-color: rgb(212,107,180); }

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

border-color css

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

 span { border-color: rgb(212,107,180); }

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