Html Css Color HEX #D037D4 Fuchsia

📋 copy color: '#D037D4'

red 208 ◦ green 55 ◦ blue 212

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

Shades of Fuchsia #D037D4

Tints of Fuchsia #D037D4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.58%

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 43.79%
G = 11.58%
B = 44.63%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D037D4 (or 0xD037D4) is known color: Fuchsia. HEX triplet: D0, 37 and D4. RGB value is (208,55,212). Sum of RGB (Red+Green+Blue) = 208+55+212=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #D037D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037D4 is #2FC82B. Grayscale: #767676. Windows color (decimal): -3131436 or 13907920. OLE color: 13907920.

HSL color Cylindrical-coordinate representation of color #D037D4: hue angle of 298.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D037D4 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 55 212 -
CMYK 0.02 0.74 0 0.17
HSL 298.47º 0.65% 0.52% -
HSV(B) 298.47º 0.74% 0.83% -
XYZ 39.26 20.9 64.25 -
YUV 118.65 180.69 191.73 -
System Red Green Blue C M Y K H S L
Decimal 208 55 212 0.02 0.74 0 0.17 298.47 0.65 0.52
Hex D0 37 D4 2 4A 0 11 12A 41 34
Octal 320 67 324 2 112 0 21 452 101 64
Binary 11010000 110111 11010100 10 1001010 0 10001 100101010 1000001 110100

Color Harmonies of #D037D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037D4

Black with #D037D4

Text Example


Text Example

White with #D037D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037D4; }

 p { color: rgb(208,55,212); }

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

background-color css

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

 a { background-color: rgb(208,55,212); }

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

border-color css

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

 span { border-color: rgb(208,55,212); }

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