Html Css Color HEX #D65DB0 Fuchsia

📋 copy color: '#D65DB0'

red 214 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #D65DB0

Tints of Fuchsia #D65DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.44%

R = 44.31%
G = 19.25%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D65DB0 (or 0xD65DB0) is known color: Fuchsia. HEX triplet: D6, 5D and B0. RGB value is (214,93,176). Sum of RGB (Red+Green+Blue) = 214+93+176=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65DB0 is #29A24F. Grayscale: #8A8A8A. Windows color (decimal): -2728528 or 11558358. OLE color: 11558358.

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

Color convert

RGB 214 93 176 -
CMYK 0 0.57 0.18 0.16
HSL 318.84º 0.6% 0.6% -
HSV(B) 318.84º 0.57% 0.84% -
XYZ 39.48 25.26 43.87 -
YUV 138.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 214 93 176 0 0.57 0.18 0.16 318.84 0.6 0.6
Hex D6 5D B0 0 39 12 10 13F 3C 3C
Octal 326 135 260 0 71 22 20 477 74 74
Binary 11010110 1011101 10110000 0 111001 10010 10000 100111111 111100 111100

Color Harmonies of #D65DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DB0

Black with #D65DB0

Text Example


Text Example

White with #D65DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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