Html Css Color HEX #D44D6E Cabaret

📋 copy color: '#D44D6E'

red 212 ◦ green 77 ◦ blue 110

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

Shades of Cabaret #D44D6E

Tints of Cabaret #D44D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.57%

R = 53.13%
G = 19.3%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D44D6E (or 0xD44D6E) is known color: Cabaret. HEX triplet: D4, 4D and 6E. RGB value is (212,77,110). Sum of RGB (Red+Green+Blue) = 212+77+110=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D6E is #2BB291. Grayscale: #797979. Windows color (decimal): -2863762 or 7228884. OLE color: 7228884.

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

Color convert

RGB 212 77 110 -
CMYK 0 0.64 0.48 0.17
HSL 345.33º 0.61% 0.57% -
HSV(B) 345.33º 0.64% 0.83% -
XYZ 32.62 20.43 16.98 -
YUV 121.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 212 77 110 0 0.64 0.48 0.17 345.33 0.61 0.57
Hex D4 4D 6E 0 40 30 11 159 3D 39
Octal 324 115 156 0 100 60 21 531 75 71
Binary 11010100 1001101 1101110 0 1000000 110000 10001 101011001 111101 111001

Color Harmonies of #D44D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44D6E

Black with #D44D6E

Text Example


Text Example

White with #D44D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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