Html Css Color HEX #D037CD Fuchsia

📋 copy color: '#D037CD'

red 208 ◦ green 55 ◦ blue 205

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

Shades of Fuchsia #D037CD

Tints of Fuchsia #D037CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 44.44%
G = 11.75%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D037CD (or 0xD037CD) is known color: Fuchsia. HEX triplet: D0, 37 and CD. RGB value is (208,55,205). Sum of RGB (Red+Green+Blue) = 208+55+205=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D037CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037CD is #2FC832. Grayscale: #757575. Windows color (decimal): -3131443 or 13449168. OLE color: 13449168.

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

Color convert

RGB 208 55 205 -
CMYK 0 0.74 0.01 0.18
HSL 301.18º 0.62% 0.52% -
HSV(B) 301.18º 0.74% 0.82% -
XYZ 38.4 20.55 59.7 -
YUV 117.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 208 55 205 0 0.74 0.01 0.18 301.18 0.62 0.52
Hex D0 37 CD 0 4A 1 12 12D 3E 34
Octal 320 67 315 0 112 1 22 455 76 64
Binary 11010000 110111 11001101 0 1001010 1 10010 100101101 111110 110100

Color Harmonies of #D037CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037CD

Black with #D037CD

Text Example


Text Example

White with #D037CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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