Html Css Color HEX #D764B7 Fuchsia

📋 copy color: '#D764B7'

red 215 ◦ green 100 ◦ blue 183

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

Shades of Fuchsia #D764B7

Tints of Fuchsia #D764B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.75%

R = 43.17%
G = 20.08%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D764B7 (or 0xD764B7) is known color: Fuchsia. HEX triplet: D7, 64 and B7. RGB value is (215,100,183). Sum of RGB (Red+Green+Blue) = 215+100+183=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D764B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764B7 is #289B48. Grayscale: #8F8F8F. Windows color (decimal): -2661193 or 12018903. OLE color: 12018903.

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

Color convert

RGB 215 100 183 -
CMYK 0 0.53 0.15 0.16
HSL 316.7º 0.59% 0.62% -
HSV(B) 316.7º 0.53% 0.84% -
XYZ 41.13 26.98 47.84 -
YUV 143.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 215 100 183 0 0.53 0.15 0.16 316.7 0.59 0.62
Hex D7 64 B7 0 35 F 10 13D 3B 3E
Octal 327 144 267 0 65 17 20 475 73 76
Binary 11010111 1100100 10110111 0 110101 1111 10000 100111101 111011 111110

Color Harmonies of #D764B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764B7

Black with #D764B7

Text Example


Text Example

White with #D764B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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