Html Css Color HEX #D038B1 Fuchsia

📋 copy color: '#D038B1'

red 208 ◦ green 56 ◦ blue 177

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

Shades of Fuchsia #D038B1

Tints of Fuchsia #D038B1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.7%

 BLUE value IS 177 (69.53% from 255) = 40.14%

R = 47.17%
G = 12.7%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D038B1 (or 0xD038B1) is known color: Fuchsia. HEX triplet: D0, 38 and B1. RGB value is (208,56,177). Sum of RGB (Red+Green+Blue) = 208+56+177=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D038B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D038B1 is #2FC74E. Grayscale: #727272. Windows color (decimal): -3131215 or 11614416. OLE color: 11614416.

HSL color Cylindrical-coordinate representation of color #D038B1: hue angle of 312.24º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D038B1 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 56 177 -
CMYK 0 0.73 0.15 0.18
HSL 312.24º 0.62% 0.52% -
HSV(B) 312.24º 0.73% 0.82% -
XYZ 35.36 19.41 43.48 -
YUV 115.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 208 56 177 0 0.73 0.15 0.18 312.24 0.62 0.52
Hex D0 38 B1 0 49 F 12 138 3E 34
Octal 320 70 261 0 111 17 22 470 76 64
Binary 11010000 111000 10110001 0 1001001 1111 10010 100111000 111110 110100

Color Harmonies of #D038B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038B1

Black with #D038B1

Text Example


Text Example

White with #D038B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038B1; }

 p { color: rgb(208,56,177); }

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

background-color css

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

 a { background-color: rgb(208,56,177); }

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

border-color css

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

 span { border-color: rgb(208,56,177); }

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