Html Css Color HEX #D663B2 Fuchsia

📋 copy color: '#D663B2'

red 214 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #D663B2

Tints of Fuchsia #D663B2

RGB

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

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

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

R = 43.58%
G = 20.16%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D663B2 (or 0xD663B2) is known color: Fuchsia. HEX triplet: D6, 63 and B2. RGB value is (214,99,178). Sum of RGB (Red+Green+Blue) = 214+99+178=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D663B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D663B2 is #299C4D. Grayscale: #8E8E8E. Windows color (decimal): -2726990 or 11690966. OLE color: 11690966.

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

Color convert

RGB 214 99 178 -
CMYK 0 0.54 0.17 0.16
HSL 318.78º 0.58% 0.61% -
HSV(B) 318.78º 0.54% 0.84% -
XYZ 40.23 26.43 45.1 -
YUV 142.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 214 99 178 0 0.54 0.17 0.16 318.78 0.58 0.61
Hex D6 63 B2 0 36 11 10 13F 3A 3D
Octal 326 143 262 0 66 21 20 477 72 75
Binary 11010110 1100011 10110010 0 110110 10001 10000 100111111 111010 111101

Color Harmonies of #D663B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663B2

Black with #D663B2

Text Example


Text Example

White with #D663B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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