Html Css Color HEX #D661B2 Fuchsia

📋 copy color: '#D661B2'

red 214 ◦ green 97 ◦ blue 178

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

Shades of Fuchsia #D661B2

Tints of Fuchsia #D661B2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.84%

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

R = 43.76%
G = 19.84%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D661B2 (or 0xD661B2) is known color: Fuchsia. HEX triplet: D6, 61 and B2. RGB value is (214,97,178). Sum of RGB (Red+Green+Blue) = 214+97+178=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D661B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D661B2 is #299E4D. Grayscale: #8D8D8D. Windows color (decimal): -2727502 or 11690454. OLE color: 11690454.

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

Color convert

RGB 214 97 178 -
CMYK 0 0.55 0.17 0.16
HSL 318.46º 0.59% 0.61% -
HSV(B) 318.46º 0.55% 0.84% -
XYZ 40.04 26.06 45.04 -
YUV 141.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 214 97 178 0 0.55 0.17 0.16 318.46 0.59 0.61
Hex D6 61 B2 0 37 11 10 13E 3B 3D
Octal 326 141 262 0 67 21 20 476 73 75
Binary 11010110 1100001 10110010 0 110111 10001 10000 100111110 111011 111101

Color Harmonies of #D661B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661B2

Black with #D661B2

Text Example


Text Example

White with #D661B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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