Html Css Color HEX #D037CB Fuchsia

📋 copy color: '#D037CB'

red 208 ◦ green 55 ◦ blue 203

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

Shades of Fuchsia #D037CB

Tints of Fuchsia #D037CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 44.64%
G = 11.8%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D037CB (or 0xD037CB) is known color: Fuchsia. HEX triplet: D0, 37 and CB. RGB value is (208,55,203). Sum of RGB (Red+Green+Blue) = 208+55+203=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D037CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037CB is #2FC834. Grayscale: #757575. Windows color (decimal): -3131445 or 13318096. OLE color: 13318096.

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

Color convert

RGB 208 55 203 -
CMYK 0 0.74 0.02 0.18
HSL 301.96º 0.62% 0.52% -
HSV(B) 301.96º 0.74% 0.82% -
XYZ 38.16 20.45 58.44 -
YUV 117.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 208 55 203 0 0.74 0.02 0.18 301.96 0.62 0.52
Hex D0 37 CB 0 4A 2 12 12E 3E 34
Octal 320 67 313 0 112 2 22 456 76 64
Binary 11010000 110111 11001011 0 1001010 10 10010 100101110 111110 110100

Color Harmonies of #D037CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037CB

Black with #D037CB

Text Example


Text Example

White with #D037CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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