Html Css Color HEX #D44A63 Cabaret

📋 copy color: '#D44A63'

red 212 ◦ green 74 ◦ blue 99

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

Shades of Cabaret #D44A63

Tints of Cabaret #D44A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

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

R = 55.06%
G = 19.22%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D44A63 (or 0xD44A63) is known color: Cabaret. HEX triplet: D4, 4A and 63. RGB value is (212,74,99). Sum of RGB (Red+Green+Blue) = 212+74+99=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44A63 is #2BB59C. Grayscale: #767676. Windows color (decimal): -2864541 or 6507220. OLE color: 6507220.

HSL color Cylindrical-coordinate representation of color #D44A63: hue angle of 349.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44A63 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 74 99 -
CMYK 0 0.65 0.53 0.17
HSL 349.13º 0.62% 0.56% -
HSV(B) 349.13º 0.65% 0.83% -
XYZ 31.85 19.8 13.95 -
YUV 118.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 212 74 99 0 0.65 0.53 0.17 349.13 0.62 0.56
Hex D4 4A 63 0 41 35 11 15D 3E 38
Octal 324 112 143 0 101 65 21 535 76 70
Binary 11010100 1001010 1100011 0 1000001 110101 10001 101011101 111110 111000

Color Harmonies of #D44A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A63

Black with #D44A63

Text Example


Text Example

White with #D44A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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