Html Css Color HEX #D65EB6 Fuchsia

📋 copy color: '#D65EB6'

red 214 ◦ green 94 ◦ blue 182

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

Shades of Fuchsia #D65EB6

Tints of Fuchsia #D65EB6

RGB

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

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

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

R = 43.67%
G = 19.18%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D65EB6 (or 0xD65EB6) is known color: Fuchsia. HEX triplet: D6, 5E and B6. RGB value is (214,94,182). Sum of RGB (Red+Green+Blue) = 214+94+182=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EB6 is #29A149. Grayscale: #8B8B8B. Windows color (decimal): -2728266 or 11951830. OLE color: 11951830.

HSL color Cylindrical-coordinate representation of color #D65EB6: hue angle of 316º 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 #D65EB6 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 182 -
CMYK 0 0.56 0.15 0.16
HSL 316º 0.59% 0.6% -
HSV(B) 316º 0.56% 0.84% -
XYZ 40.18 25.68 47.09 -
YUV 139.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 214 94 182 0 0.56 0.15 0.16 316 0.59 0.6
Hex D6 5E B6 0 38 F 10 13C 3B 3C
Octal 326 136 266 0 70 17 20 474 73 74
Binary 11010110 1011110 10110110 0 111000 1111 10000 100111100 111011 111100

Color Harmonies of #D65EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EB6

Black with #D65EB6

Text Example


Text Example

White with #D65EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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