Html Css Color HEX #D566B7 Fuchsia

📋 copy color: '#D566B7'

red 213 ◦ green 102 ◦ blue 183

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

Shades of Fuchsia #D566B7

Tints of Fuchsia #D566B7

RGB

 RED value IS 213 (83.59% from 255) = 42.77%

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

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

R = 42.77%
G = 20.48%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D566B7 (or 0xD566B7) is known color: Fuchsia. HEX triplet: D5, 66 and B7. RGB value is (213,102,183). Sum of RGB (Red+Green+Blue) = 213+102+183=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D566B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566B7 is #2A9948. Grayscale: #909090. Windows color (decimal): -2791753 or 12019413. OLE color: 12019413.

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

Color convert

RGB 213 102 183 -
CMYK 0 0.52 0.14 0.16
HSL 316.22º 0.57% 0.62% -
HSV(B) 316.22º 0.52% 0.84% -
XYZ 40.74 27.07 47.88 -
YUV 144.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 213 102 183 0 0.52 0.14 0.16 316.22 0.57 0.62
Hex D5 66 B7 0 34 E 10 13C 39 3E
Octal 325 146 267 0 64 16 20 474 71 76
Binary 11010101 1100110 10110111 0 110100 1110 10000 100111100 111001 111110

Color Harmonies of #D566B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566B7

Black with #D566B7

Text Example


Text Example

White with #D566B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566B7; }

 p { color: rgb(213,102,183); }

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

background-color css

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

 a { background-color: rgb(213,102,183); }

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

border-color css

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

 span { border-color: rgb(213,102,183); }

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