Html Css Color HEX #D034BC Fuchsia

📋 copy color: '#D034BC'

red 208 ◦ green 52 ◦ blue 188

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

Shades of Fuchsia #D034BC

Tints of Fuchsia #D034BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.61%

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

R = 46.43%
G = 11.61%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D034BC (or 0xD034BC) is known color: Fuchsia. HEX triplet: D0, 34 and BC. RGB value is (208,52,188). Sum of RGB (Red+Green+Blue) = 208+52+188=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D034BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034BC is #2FCB43. Grayscale: #717171. Windows color (decimal): -3132228 or 12334288. OLE color: 12334288.

HSL color Cylindrical-coordinate representation of color #D034BC: hue angle of 307.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D034BC is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 188 -
CMYK 0 0.75 0.10 0.18
HSL 307.69º 0.62% 0.51% -
HSV(B) 307.69º 0.75% 0.82% -
XYZ 36.32 19.5 49.43 -
YUV 114.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 208 52 188 0 0.75 0.10 0.18 307.69 0.62 0.51
Hex D0 34 BC 0 4B A 12 134 3E 33
Octal 320 64 274 0 113 12 22 464 76 63
Binary 11010000 110100 10111100 0 1001011 1010 10010 100110100 111110 110011

Color Harmonies of #D034BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034BC

Black with #D034BC

Text Example


Text Example

White with #D034BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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