Html Css Color HEX #D65DB6 Fuchsia

📋 copy color: '#D65DB6'

red 214 ◦ green 93 ◦ blue 182

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

Shades of Fuchsia #D65DB6

Tints of Fuchsia #D65DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.02%

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

R = 43.76%
G = 19.02%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D65DB6 (or 0xD65DB6) is known color: Fuchsia. HEX triplet: D6, 5D and B6. RGB value is (214,93,182). Sum of RGB (Red+Green+Blue) = 214+93+182=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DB6 is #29A249. Grayscale: #8B8B8B. Windows color (decimal): -2728522 or 11951574. OLE color: 11951574.

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

Color convert

RGB 214 93 182 -
CMYK 0 0.57 0.15 0.16
HSL 315.87º 0.6% 0.6% -
HSV(B) 315.87º 0.57% 0.84% -
XYZ 40.09 25.5 47.07 -
YUV 139.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 214 93 182 0 0.57 0.15 0.16 315.87 0.6 0.6
Hex D6 5D B6 0 39 F 10 13C 3C 3C
Octal 326 135 266 0 71 17 20 474 74 74
Binary 11010110 1011101 10110110 0 111001 1111 10000 100111100 111100 111100

Color Harmonies of #D65DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DB6

Black with #D65DB6

Text Example


Text Example

White with #D65DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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