Html Css Color HEX #D467B6 Fuchsia

📋 copy color: '#D467B6'

red 212 ◦ green 103 ◦ blue 182

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

Shades of Fuchsia #D467B6

Tints of Fuchsia #D467B6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.72%

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 42.66%
G = 20.72%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D467B6 (or 0xD467B6) is known color: Fuchsia. HEX triplet: D4, 67 and B6. RGB value is (212,103,182). Sum of RGB (Red+Green+Blue) = 212+103+182=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D467B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467B6 is #2B9849. Grayscale: #909090. Windows color (decimal): -2857034 or 11954132. OLE color: 11954132.

HSL color Cylindrical-coordinate representation of color #D467B6: hue angle of 316.51º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D467B6 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 182 -
CMYK 0 0.51 0.14 0.17
HSL 316.51º 0.56% 0.62% -
HSV(B) 316.51º 0.51% 0.83% -
XYZ 40.45 27.07 47.35 -
YUV 144.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 212 103 182 0 0.51 0.14 0.17 316.51 0.56 0.62
Hex D4 67 B6 0 33 E 11 13D 38 3E
Octal 324 147 266 0 63 16 21 475 70 76
Binary 11010100 1100111 10110110 0 110011 1110 10001 100111101 111000 111110

Color Harmonies of #D467B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467B6

Black with #D467B6

Text Example


Text Example

White with #D467B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467B6; }

 p { color: rgb(212,103,182); }

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

background-color css

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

 a { background-color: rgb(212,103,182); }

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

border-color css

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

 span { border-color: rgb(212,103,182); }

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