Html Css Color HEX #D64CBB Fuchsia

📋 copy color: '#D64CBB'

red 214 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #D64CBB

Tints of Fuchsia #D64CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 44.86%
G = 15.93%
B = 39.2%

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

#D64CBB (or 0xD64CBB) is known color: Fuchsia. HEX triplet: D6, 4C and BB. RGB value is (214,76,187). Sum of RGB (Red+Green+Blue) = 214+76+187=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CBB is #29B344. Grayscale: #818181. Windows color (decimal): -2732869 or 12274902. OLE color: 12274902.

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

Color convert

RGB 214 76 187 -
CMYK 0 0.64 0.13 0.16
HSL 311.74º 0.63% 0.57% -
HSV(B) 311.74º 0.64% 0.84% -
XYZ 39.29 23.05 49.39 -
YUV 129.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 214 76 187 0 0.64 0.13 0.16 311.74 0.63 0.57
Hex D6 4C BB 0 40 D 10 138 3F 39
Octal 326 114 273 0 100 15 20 470 77 71
Binary 11010110 1001100 10111011 0 1000000 1101 10000 100111000 111111 111001

Color Harmonies of #D64CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CBB

Black with #D64CBB

Text Example


Text Example

White with #D64CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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