Html Css Color HEX #D64CAD Fuchsia

📋 copy color: '#D64CAD'

red 214 ◦ green 76 ◦ blue 173

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

Shades of Fuchsia #D64CAD

Tints of Fuchsia #D64CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.41%

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 46.22%
G = 16.41%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D64CAD (or 0xD64CAD) is known color: Fuchsia. HEX triplet: D6, 4C and AD. RGB value is (214,76,173). Sum of RGB (Red+Green+Blue) = 214+76+173=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64CAD is #29B352. Grayscale: #808080. Windows color (decimal): -2732883 or 11357398. OLE color: 11357398.

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

Color convert

RGB 214 76 173 -
CMYK 0 0.64 0.19 0.16
HSL 317.83º 0.63% 0.57% -
HSV(B) 317.83º 0.64% 0.84% -
XYZ 37.86 22.48 41.88 -
YUV 128.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 214 76 173 0 0.64 0.19 0.16 317.83 0.63 0.57
Hex D6 4C AD 0 40 13 10 13E 3F 39
Octal 326 114 255 0 100 23 20 476 77 71
Binary 11010110 1001100 10101101 0 1000000 10011 10000 100111110 111111 111001

Color Harmonies of #D64CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CAD

Black with #D64CAD

Text Example


Text Example

White with #D64CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CAD; }

 p { color: rgb(214,76,173); }

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

background-color css

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

 a { background-color: rgb(214,76,173); }

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

border-color css

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

 span { border-color: rgb(214,76,173); }

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