Html Css Color HEX #D764B2 Fuchsia

📋 copy color: '#D764B2'

red 215 ◦ green 100 ◦ blue 178

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

Shades of Fuchsia #D764B2

Tints of Fuchsia #D764B2

RGB

 RED value IS 215 (84.38% from 255) = 43.61%

 GREEN value IS 100 (39.45% from 255) = 20.28%

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 43.61%
G = 20.28%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D764B2 (or 0xD764B2) is known color: Fuchsia. HEX triplet: D7, 64 and B2. RGB value is (215,100,178). Sum of RGB (Red+Green+Blue) = 215+100+178=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D764B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D764B2 is #289B4D. Grayscale: #8F8F8F. Windows color (decimal): -2661198 or 11691223. OLE color: 11691223.

HSL color Cylindrical-coordinate representation of color #D764B2: hue angle of 319.3º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D764B2 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 178 -
CMYK 0 0.53 0.17 0.16
HSL 319.3º 0.59% 0.62% -
HSV(B) 319.3º 0.53% 0.84% -
XYZ 40.62 26.78 45.15 -
YUV 143.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 215 100 178 0 0.53 0.17 0.16 319.3 0.59 0.62
Hex D7 64 B2 0 35 11 10 13F 3B 3E
Octal 327 144 262 0 65 21 20 477 73 76
Binary 11010111 1100100 10110010 0 110101 10001 10000 100111111 111011 111110

Color Harmonies of #D764B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764B2

Black with #D764B2

Text Example


Text Example

White with #D764B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764B2; }

 p { color: rgb(215,100,178); }

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

background-color css

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

 a { background-color: rgb(215,100,178); }

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

border-color css

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

 span { border-color: rgb(215,100,178); }

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