Html Css Color HEX #D65EB2 Fuchsia

📋 copy color: '#D65EB2'

red 214 ◦ green 94 ◦ blue 178

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

Shades of Fuchsia #D65EB2

Tints of Fuchsia #D65EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.34%

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

R = 44.03%
G = 19.34%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D65EB2 (or 0xD65EB2) is known color: Fuchsia. HEX triplet: D6, 5E and B2. RGB value is (214,94,178). Sum of RGB (Red+Green+Blue) = 214+94+178=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65EB2 is #29A14D. Grayscale: #8B8B8B. Windows color (decimal): -2728270 or 11689686. OLE color: 11689686.

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

Color convert

RGB 214 94 178 -
CMYK 0 0.56 0.17 0.16
HSL 318º 0.59% 0.6% -
HSV(B) 318º 0.56% 0.84% -
XYZ 39.77 25.52 44.95 -
YUV 139.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 214 94 178 0 0.56 0.17 0.16 318 0.59 0.6
Hex D6 5E B2 0 38 11 10 13E 3B 3C
Octal 326 136 262 0 70 21 20 476 73 74
Binary 11010110 1011110 10110010 0 111000 10001 10000 100111110 111011 111100

Color Harmonies of #D65EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EB2

Black with #D65EB2

Text Example


Text Example

White with #D65EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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