Html Css Color HEX #D038B4 Fuchsia

📋 copy color: '#D038B4'

red 208 ◦ green 56 ◦ blue 180

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

Shades of Fuchsia #D038B4

Tints of Fuchsia #D038B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 46.85%
G = 12.61%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D038B4 (or 0xD038B4) is known color: Fuchsia. HEX triplet: D0, 38 and B4. RGB value is (208,56,180). Sum of RGB (Red+Green+Blue) = 208+56+180=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D038B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038B4 is #2FC74B. Grayscale: #737373. Windows color (decimal): -3131212 or 11811024. OLE color: 11811024.

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

Color convert

RGB 208 56 180 -
CMYK 0 0.73 0.13 0.18
HSL 311.05º 0.62% 0.52% -
HSV(B) 311.05º 0.73% 0.82% -
XYZ 35.66 19.53 45.07 -
YUV 115.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 208 56 180 0 0.73 0.13 0.18 311.05 0.62 0.52
Hex D0 38 B4 0 49 D 12 137 3E 34
Octal 320 70 264 0 111 15 22 467 76 64
Binary 11010000 111000 10110100 0 1001001 1101 10010 100110111 111110 110100

Color Harmonies of #D038B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038B4

Black with #D038B4

Text Example


Text Example

White with #D038B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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