Html Css Color HEX #D64CBA Fuchsia

📋 copy color: '#D64CBA'

red 214 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #D64CBA

Tints of Fuchsia #D64CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 44.96%
G = 15.97%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D64CBA (or 0xD64CBA) is known color: Fuchsia. HEX triplet: D6, 4C and BA. RGB value is (214,76,186). Sum of RGB (Red+Green+Blue) = 214+76+186=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CBA is #29B345. Grayscale: #818181. Windows color (decimal): -2732870 or 12209366. OLE color: 12209366.

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

Color convert

RGB 214 76 186 -
CMYK 0 0.64 0.13 0.16
HSL 312.17º 0.63% 0.57% -
HSV(B) 312.17º 0.64% 0.84% -
XYZ 39.18 23.01 48.83 -
YUV 129.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 214 76 186 0 0.64 0.13 0.16 312.17 0.63 0.57
Hex D6 4C BA 0 40 D 10 138 3F 39
Octal 326 114 272 0 100 15 20 470 77 71
Binary 11010110 1001100 10111010 0 1000000 1101 10000 100111000 111111 111001

Color Harmonies of #D64CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CBA

Black with #D64CBA

Text Example


Text Example

White with #D64CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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