Html Css Color HEX #D64BB8 Fuchsia

📋 copy color: '#D64BB8'

red 214 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #D64BB8

Tints of Fuchsia #D64BB8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.86%

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 45.24%
G = 15.86%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D64BB8 (or 0xD64BB8) is known color: Fuchsia. HEX triplet: D6, 4B and B8. RGB value is (214,75,184). Sum of RGB (Red+Green+Blue) = 214+75+184=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BB8 is #29B447. Grayscale: #808080. Windows color (decimal): -2733128 or 12078038. OLE color: 12078038.

HSL color Cylindrical-coordinate representation of color #D64BB8: hue angle of 312.95º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64BB8 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 75 184 -
CMYK 0 0.65 0.14 0.16
HSL 312.95º 0.63% 0.57% -
HSV(B) 312.95º 0.65% 0.84% -
XYZ 38.9 22.79 47.7 -
YUV 128.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 214 75 184 0 0.65 0.14 0.16 312.95 0.63 0.57
Hex D6 4B B8 0 41 E 10 139 3F 39
Octal 326 113 270 0 101 16 20 471 77 71
Binary 11010110 1001011 10111000 0 1000001 1110 10000 100111001 111111 111001

Color Harmonies of #D64BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64BB8

Black with #D64BB8

Text Example


Text Example

White with #D64BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64BB8; }

 p { color: rgb(214,75,184); }

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

background-color css

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

 a { background-color: rgb(214,75,184); }

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

border-color css

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

 span { border-color: rgb(214,75,184); }

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