Html Css Color HEX #D057BB Fuchsia

📋 copy color: '#D057BB'

red 208 ◦ green 87 ◦ blue 187

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

Shades of Fuchsia #D057BB

Tints of Fuchsia #D057BB

RGB

 RED value IS 208 (81.64% from 255) = 43.15%

 GREEN value IS 87 (34.38% from 255) = 18.05%

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

R = 43.15%
G = 18.05%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D057BB (or 0xD057BB) is known color: Fuchsia. HEX triplet: D0, 57 and BB. RGB value is (208,87,187). Sum of RGB (Red+Green+Blue) = 208+87+187=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D057BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057BB is #2FA844. Grayscale: #868686. Windows color (decimal): -3123269 or 12277712. OLE color: 12277712.

HSL color Cylindrical-coordinate representation of color #D057BB: hue angle of 310.41º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D057BB is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 187 -
CMYK 0 0.58 0.10 0.18
HSL 310.41º 0.56% 0.58% -
HSV(B) 310.41º 0.58% 0.82% -
XYZ 38.39 23.81 49.59 -
YUV 134.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 208 87 187 0 0.58 0.10 0.18 310.41 0.56 0.58
Hex D0 57 BB 0 3A A 12 136 38 3A
Octal 320 127 273 0 72 12 22 466 70 72
Binary 11010000 1010111 10111011 0 111010 1010 10010 100110110 111000 111010

Color Harmonies of #D057BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057BB

Black with #D057BB

Text Example


Text Example

White with #D057BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057BB; }

 p { color: rgb(208,87,187); }

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

background-color css

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

 a { background-color: rgb(208,87,187); }

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

border-color css

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

 span { border-color: rgb(208,87,187); }

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