Html Css Color HEX #D44D6B Cabaret

📋 copy color: '#D44D6B'

red 212 ◦ green 77 ◦ blue 107

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

Shades of Cabaret #D44D6B

Tints of Cabaret #D44D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 53.54%
G = 19.44%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D44D6B (or 0xD44D6B) is known color: Cabaret. HEX triplet: D4, 4D and 6B. RGB value is (212,77,107). Sum of RGB (Red+Green+Blue) = 212+77+107=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D6B is #2BB294. Grayscale: #787878. Windows color (decimal): -2863765 or 7032276. OLE color: 7032276.

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

Color convert

RGB 212 77 107 -
CMYK 0 0.64 0.50 0.17
HSL 346.67º 0.61% 0.57% -
HSV(B) 346.67º 0.64% 0.83% -
XYZ 32.46 20.37 16.13 -
YUV 120.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 212 77 107 0 0.64 0.50 0.17 346.67 0.61 0.57
Hex D4 4D 6B 0 40 32 11 15B 3D 39
Octal 324 115 153 0 100 62 21 533 75 71
Binary 11010100 1001101 1101011 0 1000000 110010 10001 101011011 111101 111001

Color Harmonies of #D44D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44D6B

Black with #D44D6B

Text Example


Text Example

White with #D44D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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