Html Css Color HEX #D565BB Fuchsia

📋 copy color: '#D565BB'

red 213 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #D565BB

Tints of Fuchsia #D565BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.16%

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 42.51%
G = 20.16%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D565BB (or 0xD565BB) is known color: Fuchsia. HEX triplet: D5, 65 and BB. RGB value is (213,101,187). Sum of RGB (Red+Green+Blue) = 213+101+187=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D565BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565BB is #2A9A44. Grayscale: #909090. Windows color (decimal): -2792005 or 12281301. OLE color: 12281301.

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

Color convert

RGB 213 101 187 -
CMYK 0 0.53 0.12 0.16
HSL 313.93º 0.57% 0.62% -
HSV(B) 313.93º 0.53% 0.84% -
XYZ 41.06 27.04 50.07 -
YUV 144.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 213 101 187 0 0.53 0.12 0.16 313.93 0.57 0.62
Hex D5 65 BB 0 35 C 10 13A 39 3E
Octal 325 145 273 0 65 14 20 472 71 76
Binary 11010101 1100101 10111011 0 110101 1100 10000 100111010 111001 111110

Color Harmonies of #D565BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565BB

Black with #D565BB

Text Example


Text Example

White with #D565BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565BB; }

 p { color: rgb(213,101,187); }

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

background-color css

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

 a { background-color: rgb(213,101,187); }

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

border-color css

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

 span { border-color: rgb(213,101,187); }

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