Html Css Color HEX #D664B2 Fuchsia

📋 copy color: '#D664B2'

red 214 ◦ green 100 ◦ blue 178

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

Shades of Fuchsia #D664B2

Tints of Fuchsia #D664B2

RGB

 RED value IS 214 (83.98% from 255) = 43.5%

 GREEN value IS 100 (39.45% from 255) = 20.33%

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

R = 43.5%
G = 20.33%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D664B2 (or 0xD664B2) is known color: Fuchsia. HEX triplet: D6, 64 and B2. RGB value is (214,100,178). Sum of RGB (Red+Green+Blue) = 214+100+178=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D664B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D664B2 is #299B4D. Grayscale: #8E8E8E. Windows color (decimal): -2726734 or 11691222. OLE color: 11691222.

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

Color convert

RGB 214 100 178 -
CMYK 0 0.53 0.17 0.16
HSL 318.95º 0.58% 0.62% -
HSV(B) 318.95º 0.53% 0.84% -
XYZ 40.32 26.62 45.13 -
YUV 142.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 214 100 178 0 0.53 0.17 0.16 318.95 0.58 0.62
Hex D6 64 B2 0 35 11 10 13F 3A 3E
Octal 326 144 262 0 65 21 20 477 72 76
Binary 11010110 1100100 10110010 0 110101 10001 10000 100111111 111010 111110

Color Harmonies of #D664B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664B2

Black with #D664B2

Text Example


Text Example

White with #D664B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664B2; }

 p { color: rgb(214,100,178); }

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

background-color css

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

 a { background-color: rgb(214,100,178); }

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

border-color css

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

 span { border-color: rgb(214,100,178); }

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