Html Css Color HEX #D64DB5 Fuchsia

📋 copy color: '#D64DB5'

red 214 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #D64DB5

Tints of Fuchsia #D64DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

 BLUE value IS 181 (71.09% from 255) = 38.35%

R = 45.34%
G = 16.31%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D64DB5 (or 0xD64DB5) is known color: Fuchsia. HEX triplet: D6, 4D and B5. RGB value is (214,77,181). Sum of RGB (Red+Green+Blue) = 214+77+181=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DB5 is #29B24A. Grayscale: #818181. Windows color (decimal): -2732619 or 11881942. OLE color: 11881942.

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

Color convert

RGB 214 77 181 -
CMYK 0 0.64 0.15 0.16
HSL 314.45º 0.63% 0.57% -
HSV(B) 314.45º 0.64% 0.84% -
XYZ 38.73 22.94 46.1 -
YUV 129.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 214 77 181 0 0.64 0.15 0.16 314.45 0.63 0.57
Hex D6 4D B5 0 40 F 10 13A 3F 39
Octal 326 115 265 0 100 17 20 472 77 71
Binary 11010110 1001101 10110101 0 1000000 1111 10000 100111010 111111 111001

Color Harmonies of #D64DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DB5

Black with #D64DB5

Text Example


Text Example

White with #D64DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DB5; }

 p { color: rgb(214,77,181); }

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

background-color css

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

 a { background-color: rgb(214,77,181); }

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

border-color css

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

 span { border-color: rgb(214,77,181); }

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