Html Css Color HEX #D566B4 Fuchsia

📋 copy color: '#D566B4'

red 213 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #D566B4

Tints of Fuchsia #D566B4

RGB

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

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

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

R = 43.03%
G = 20.61%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D566B4 (or 0xD566B4) is known color: Fuchsia. HEX triplet: D5, 66 and B4. RGB value is (213,102,180). Sum of RGB (Red+Green+Blue) = 213+102+180=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D566B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566B4 is #2A994B. Grayscale: #8F8F8F. Windows color (decimal): -2791756 or 11822805. OLE color: 11822805.

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

Color convert

RGB 213 102 180 -
CMYK 0 0.52 0.15 0.16
HSL 317.84º 0.57% 0.62% -
HSV(B) 317.84º 0.52% 0.84% -
XYZ 40.43 26.94 46.25 -
YUV 144.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 213 102 180 0 0.52 0.15 0.16 317.84 0.57 0.62
Hex D5 66 B4 0 34 F 10 13E 39 3E
Octal 325 146 264 0 64 17 20 476 71 76
Binary 11010101 1100110 10110100 0 110100 1111 10000 100111110 111001 111110

Color Harmonies of #D566B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566B4

Black with #D566B4

Text Example


Text Example

White with #D566B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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