Html Css Color HEX #D038B2 Fuchsia

📋 copy color: '#D038B2'

red 208 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #D038B2

Tints of Fuchsia #D038B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.27%

R = 47.06%
G = 12.67%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D038B2 (or 0xD038B2) is known color: Fuchsia. HEX triplet: D0, 38 and B2. RGB value is (208,56,178). Sum of RGB (Red+Green+Blue) = 208+56+178=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D038B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D038B2 is #2FC74D. Grayscale: #737373. Windows color (decimal): -3131214 or 11679952. OLE color: 11679952.

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

Color convert

RGB 208 56 178 -
CMYK 0 0.73 0.14 0.18
HSL 311.84º 0.62% 0.52% -
HSV(B) 311.84º 0.73% 0.82% -
XYZ 35.46 19.45 44.01 -
YUV 115.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 208 56 178 0 0.73 0.14 0.18 311.84 0.62 0.52
Hex D0 38 B2 0 49 E 12 138 3E 34
Octal 320 70 262 0 111 16 22 470 76 64
Binary 11010000 111000 10110010 0 1001001 1110 10010 100111000 111110 110100

Color Harmonies of #D038B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038B2

Black with #D038B2

Text Example


Text Example

White with #D038B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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