Html Css Color HEX #D038AF Fuchsia

📋 copy color: '#D038AF'

red 208 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #D038AF

Tints of Fuchsia #D038AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 47.38%
G = 12.76%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D038AF (or 0xD038AF) is known color: Fuchsia. HEX triplet: D0, 38 and AF. RGB value is (208,56,175). Sum of RGB (Red+Green+Blue) = 208+56+175=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D038AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D038AF is #2FC750. Grayscale: #727272. Windows color (decimal): -3131217 or 11483344. OLE color: 11483344.

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

Color convert

RGB 208 56 175 -
CMYK 0 0.73 0.16 0.18
HSL 313.03º 0.62% 0.52% -
HSV(B) 313.03º 0.73% 0.82% -
XYZ 35.16 19.33 42.44 -
YUV 115.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 208 56 175 0 0.73 0.16 0.18 313.03 0.62 0.52
Hex D0 38 AF 0 49 10 12 139 3E 34
Octal 320 70 257 0 111 20 22 471 76 64
Binary 11010000 111000 10101111 0 1001001 10000 10010 100111001 111110 110100

Color Harmonies of #D038AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038AF

Black with #D038AF

Text Example


Text Example

White with #D038AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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