Html Css Color HEX #D44D63 Cabaret

📋 copy color: '#D44D63'

red 212 ◦ green 77 ◦ blue 99

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

Shades of Cabaret #D44D63

Tints of Cabaret #D44D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 54.64%
G = 19.85%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D44D63 (or 0xD44D63) is known color: Cabaret. HEX triplet: D4, 4D and 63. RGB value is (212,77,99). Sum of RGB (Red+Green+Blue) = 212+77+99=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D63 is #2BB29C. Grayscale: #777777. Windows color (decimal): -2863773 or 6507988. OLE color: 6507988.

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

Color convert

RGB 212 77 99 -
CMYK 0 0.64 0.53 0.17
HSL 350.22º 0.61% 0.57% -
HSV(B) 350.22º 0.64% 0.83% -
XYZ 32.06 20.21 14.01 -
YUV 119.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 212 77 99 0 0.64 0.53 0.17 350.22 0.61 0.57
Hex D4 4D 63 0 40 35 11 15E 3D 39
Octal 324 115 143 0 100 65 21 536 75 71
Binary 11010100 1001101 1100011 0 1000000 110101 10001 101011110 111101 111001

Color Harmonies of #D44D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44D63

Black with #D44D63

Text Example


Text Example

White with #D44D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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