Html Css Color HEX #D766B4 Fuchsia

📋 copy color: '#D766B4'

red 215 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #D766B4

Tints of Fuchsia #D766B4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.52%

 BLUE value IS 180 (70.7% from 255) = 36.22%

R = 43.26%
G = 20.52%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D766B4 (or 0xD766B4) is known color: Fuchsia. HEX triplet: D7, 66 and B4. RGB value is (215,102,180). Sum of RGB (Red+Green+Blue) = 215+102+180=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D766B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766B4 is #28994B. Grayscale: #909090. Windows color (decimal): -2660684 or 11822807. OLE color: 11822807.

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

Color convert

RGB 215 102 180 -
CMYK 0 0.53 0.16 0.16
HSL 318.58º 0.59% 0.62% -
HSV(B) 318.58º 0.53% 0.84% -
XYZ 41.01 27.25 46.28 -
YUV 144.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 215 102 180 0 0.53 0.16 0.16 318.58 0.59 0.62
Hex D7 66 B4 0 35 10 10 13F 3B 3E
Octal 327 146 264 0 65 20 20 477 73 76
Binary 11010111 1100110 10110100 0 110101 10000 10000 100111111 111011 111110

Color Harmonies of #D766B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766B4

Black with #D766B4

Text Example


Text Example

White with #D766B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766B4; }

 p { color: rgb(215,102,180); }

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

background-color css

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

 a { background-color: rgb(215,102,180); }

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

border-color css

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

 span { border-color: rgb(215,102,180); }

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