Html Css Color HEX #D64CB4 Fuchsia

📋 copy color: '#D64CB4'

red 214 ◦ green 76 ◦ blue 180

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

Shades of Fuchsia #D64CB4

Tints of Fuchsia #D64CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.3%

R = 45.53%
G = 16.17%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D64CB4 (or 0xD64CB4) is known color: Fuchsia. HEX triplet: D6, 4C and B4. RGB value is (214,76,180). Sum of RGB (Red+Green+Blue) = 214+76+180=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CB4 is #29B34B. Grayscale: #808080. Windows color (decimal): -2732876 or 11816150. OLE color: 11816150.

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

Color convert

RGB 214 76 180 -
CMYK 0 0.64 0.16 0.16
HSL 314.78º 0.63% 0.57% -
HSV(B) 314.78º 0.64% 0.84% -
XYZ 38.55 22.76 45.54 -
YUV 129.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 214 76 180 0 0.64 0.16 0.16 314.78 0.63 0.57
Hex D6 4C B4 0 40 10 10 13B 3F 39
Octal 326 114 264 0 100 20 20 473 77 71
Binary 11010110 1001100 10110100 0 1000000 10000 10000 100111011 111111 111001

Color Harmonies of #D64CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CB4

Black with #D64CB4

Text Example


Text Example

White with #D64CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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