Html Css Color HEX #D64CB6 Fuchsia

📋 copy color: '#D64CB6'

red 214 ◦ green 76 ◦ blue 182

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

Shades of Fuchsia #D64CB6

Tints of Fuchsia #D64CB6

RGB

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

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

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

R = 45.34%
G = 16.1%
B = 38.56%

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

#D64CB6 (or 0xD64CB6) is known color: Fuchsia. HEX triplet: D6, 4C and B6. RGB value is (214,76,182). Sum of RGB (Red+Green+Blue) = 214+76+182=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CB6 is #29B349. Grayscale: #818181. Windows color (decimal): -2732874 or 11947222. OLE color: 11947222.

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

Color convert

RGB 214 76 182 -
CMYK 0 0.64 0.15 0.16
HSL 313.91º 0.63% 0.57% -
HSV(B) 313.91º 0.64% 0.84% -
XYZ 38.76 22.84 46.62 -
YUV 129.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 214 76 182 0 0.64 0.15 0.16 313.91 0.63 0.57
Hex D6 4C B6 0 40 F 10 13A 3F 39
Octal 326 114 266 0 100 17 20 472 77 71
Binary 11010110 1001100 10110110 0 1000000 1111 10000 100111010 111111 111001

Color Harmonies of #D64CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CB6

Black with #D64CB6

Text Example


Text Example

White with #D64CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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