Html Css Color HEX #D038B6 Fuchsia

📋 copy color: '#D038B6'

red 208 ◦ green 56 ◦ blue 182

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

Shades of Fuchsia #D038B6

Tints of Fuchsia #D038B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.81%

R = 46.64%
G = 12.56%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D038B6 (or 0xD038B6) is known color: Fuchsia. HEX triplet: D0, 38 and B6. RGB value is (208,56,182). Sum of RGB (Red+Green+Blue) = 208+56+182=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D038B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038B6 is #2FC749. Grayscale: #737373. Windows color (decimal): -3131210 or 11942096. OLE color: 11942096.

HSL color Cylindrical-coordinate representation of color #D038B6: hue angle of 310.26º 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 #D038B6 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 56 182 -
CMYK 0 0.73 0.12 0.18
HSL 310.26º 0.62% 0.52% -
HSV(B) 310.26º 0.73% 0.82% -
XYZ 35.87 19.62 46.15 -
YUV 115.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 208 56 182 0 0.73 0.12 0.18 310.26 0.62 0.52
Hex D0 38 B6 0 49 C 12 136 3E 34
Octal 320 70 266 0 111 14 22 466 76 64
Binary 11010000 111000 10110110 0 1001001 1100 10010 100110110 111110 110100

Color Harmonies of #D038B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038B6

Black with #D038B6

Text Example


Text Example

White with #D038B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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