Html Css Color HEX #D44B6B Cabaret

📋 copy color: '#D44B6B'

red 212 ◦ green 75 ◦ blue 107

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

Shades of Cabaret #D44B6B

Tints of Cabaret #D44B6B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.04%

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

R = 53.81%
G = 19.04%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D44B6B (or 0xD44B6B) is known color: Cabaret. HEX triplet: D4, 4B and 6B. RGB value is (212,75,107). Sum of RGB (Red+Green+Blue) = 212+75+107=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44B6B is #2BB494. Grayscale: #777777. Windows color (decimal): -2864277 or 7031764. OLE color: 7031764.

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

Color convert

RGB 212 75 107 -
CMYK 0 0.65 0.50 0.17
HSL 345.99º 0.61% 0.56% -
HSV(B) 345.99º 0.65% 0.83% -
XYZ 32.32 20.09 16.08 -
YUV 119.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 212 75 107 0 0.65 0.50 0.17 345.99 0.61 0.56
Hex D4 4B 6B 0 41 32 11 15A 3D 38
Octal 324 113 153 0 101 62 21 532 75 70
Binary 11010100 1001011 1101011 0 1000001 110010 10001 101011010 111101 111000

Color Harmonies of #D44B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44B6B

Black with #D44B6B

Text Example


Text Example

White with #D44B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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