Html Css Color HEX #D44E6B Cabaret

📋 copy color: '#D44E6B'

red 212 ◦ green 78 ◦ blue 107

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

Shades of Cabaret #D44E6B

Tints of Cabaret #D44E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.65%

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

R = 53.4%
G = 19.65%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D44E6B (or 0xD44E6B) is known color: Cabaret. HEX triplet: D4, 4E and 6B. RGB value is (212,78,107). Sum of RGB (Red+Green+Blue) = 212+78+107=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44E6B is #2BB194. Grayscale: #797979. Windows color (decimal): -2863509 or 7032532. OLE color: 7032532.

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

Color convert

RGB 212 78 107 -
CMYK 0 0.63 0.50 0.17
HSL 347.01º 0.61% 0.57% -
HSV(B) 347.01º 0.63% 0.83% -
XYZ 32.53 20.51 16.15 -
YUV 121.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 212 78 107 0 0.63 0.50 0.17 347.01 0.61 0.57
Hex D4 4E 6B 0 3F 32 11 15B 3D 39
Octal 324 116 153 0 77 62 21 533 75 71
Binary 11010100 1001110 1101011 0 111111 110010 10001 101011011 111101 111001

Color Harmonies of #D44E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44E6B

Black with #D44E6B

Text Example


Text Example

White with #D44E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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