Html Css Color HEX #D038BC Fuchsia

📋 copy color: '#D038BC'

red 208 ◦ green 56 ◦ blue 188

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

Shades of Fuchsia #D038BC

Tints of Fuchsia #D038BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 46.02%
G = 12.39%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D038BC (or 0xD038BC) is known color: Fuchsia. HEX triplet: D0, 38 and BC. RGB value is (208,56,188). Sum of RGB (Red+Green+Blue) = 208+56+188=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D038BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038BC is #2FC743. Grayscale: #747474. Windows color (decimal): -3131204 or 12335312. OLE color: 12335312.

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

Color convert

RGB 208 56 188 -
CMYK 0 0.73 0.10 0.18
HSL 307.89º 0.62% 0.52% -
HSV(B) 307.89º 0.73% 0.82% -
XYZ 36.5 19.87 49.49 -
YUV 116.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 208 56 188 0 0.73 0.10 0.18 307.89 0.62 0.52
Hex D0 38 BC 0 49 A 12 134 3E 34
Octal 320 70 274 0 111 12 22 464 76 64
Binary 11010000 111000 10111100 0 1001001 1010 10010 100110100 111110 110100

Color Harmonies of #D038BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038BC

Black with #D038BC

Text Example


Text Example

White with #D038BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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