Html Css Color HEX #D64CBE Fuchsia

📋 copy color: '#D64CBE'

red 214 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #D64CBE

Tints of Fuchsia #D64CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 44.58%
G = 15.83%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D64CBE (or 0xD64CBE) is known color: Fuchsia. HEX triplet: D6, 4C and BE. RGB value is (214,76,190). Sum of RGB (Red+Green+Blue) = 214+76+190=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CBE is #29B341. Grayscale: #818181. Windows color (decimal): -2732866 or 12471510. OLE color: 12471510.

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

Color convert

RGB 214 76 190 -
CMYK 0 0.64 0.11 0.16
HSL 310.43º 0.63% 0.57% -
HSV(B) 310.43º 0.64% 0.84% -
XYZ 39.61 23.18 51.1 -
YUV 130.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 214 76 190 0 0.64 0.11 0.16 310.43 0.63 0.57
Hex D6 4C BE 0 40 B 10 136 3F 39
Octal 326 114 276 0 100 13 20 466 77 71
Binary 11010110 1001100 10111110 0 1000000 1011 10000 100110110 111111 111001

Color Harmonies of #D64CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CBE

Black with #D64CBE

Text Example


Text Example

White with #D64CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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