Html Css Color HEX #D44DCB Fuchsia

📋 copy color: '#D44DCB'

red 212 ◦ green 77 ◦ blue 203

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

Shades of Fuchsia #D44DCB

Tints of Fuchsia #D44DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.65%

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

R = 43.09%
G = 15.65%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D44DCB (or 0xD44DCB) is known color: Fuchsia. HEX triplet: D4, 4D and CB. RGB value is (212,77,203). Sum of RGB (Red+Green+Blue) = 212+77+203=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DCB is #2BB234. Grayscale: #838383. Windows color (decimal): -2863669 or 13323732. OLE color: 13323732.

HSL color Cylindrical-coordinate representation of color #D44DCB: hue angle of 304º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44DCB is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 77 203 -
CMYK 0 0.64 0.04 0.17
HSL 304º 0.61% 0.57% -
HSV(B) 304º 0.64% 0.83% -
XYZ 40.58 23.62 58.92 -
YUV 131.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 212 77 203 0 0.64 0.04 0.17 304 0.61 0.57
Hex D4 4D CB 0 40 4 11 130 3D 39
Octal 324 115 313 0 100 4 21 460 75 71
Binary 11010100 1001101 11001011 0 1000000 100 10001 100110000 111101 111001

Color Harmonies of #D44DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DCB

Black with #D44DCB

Text Example


Text Example

White with #D44DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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