Html Css Color HEX #D437CB Fuchsia

📋 copy color: '#D437CB'

red 212 ◦ green 55 ◦ blue 203

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

Shades of Fuchsia #D437CB

Tints of Fuchsia #D437CB

RGB

 RED value IS 212 (83.2% from 255) = 45.11%

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

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

R = 45.11%
G = 11.7%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D437CB (or 0xD437CB) is known color: Fuchsia. HEX triplet: D4, 37 and CB. RGB value is (212,55,203). Sum of RGB (Red+Green+Blue) = 212+55+203=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D437CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437CB is #2BC834. Grayscale: #767676. Windows color (decimal): -2869301 or 13318100. OLE color: 13318100.

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

Color convert

RGB 212 55 203 -
CMYK 0 0.74 0.04 0.17
HSL 303.44º 0.65% 0.52% -
HSV(B) 303.44º 0.74% 0.83% -
XYZ 39.3 21.04 58.49 -
YUV 118.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 212 55 203 0 0.74 0.04 0.17 303.44 0.65 0.52
Hex D4 37 CB 0 4A 4 11 12F 41 34
Octal 324 67 313 0 112 4 21 457 101 64
Binary 11010100 110111 11001011 0 1001010 100 10001 100101111 1000001 110100

Color Harmonies of #D437CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437CB

Black with #D437CB

Text Example


Text Example

White with #D437CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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