Html Css Color HEX #D562B7 Fuchsia

📋 copy color: '#D562B7'

red 213 ◦ green 98 ◦ blue 183

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

Shades of Fuchsia #D562B7

Tints of Fuchsia #D562B7

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.84%

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

R = 43.12%
G = 19.84%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D562B7 (or 0xD562B7) is known color: Fuchsia. HEX triplet: D5, 62 and B7. RGB value is (213,98,183). Sum of RGB (Red+Green+Blue) = 213+98+183=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D562B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562B7 is #2A9D48. Grayscale: #8D8D8D. Windows color (decimal): -2792777 or 12018389. OLE color: 12018389.

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

Color convert

RGB 213 98 183 -
CMYK 0 0.54 0.14 0.16
HSL 315.65º 0.58% 0.61% -
HSV(B) 315.65º 0.54% 0.84% -
XYZ 40.36 26.3 47.75 -
YUV 142.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 213 98 183 0 0.54 0.14 0.16 315.65 0.58 0.61
Hex D5 62 B7 0 36 E 10 13C 3A 3D
Octal 325 142 267 0 66 16 20 474 72 75
Binary 11010101 1100010 10110111 0 110110 1110 10000 100111100 111010 111101

Color Harmonies of #D562B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D562B7

Black with #D562B7

Text Example


Text Example

White with #D562B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D562B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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