Html Css Color HEX #D44B63 Cabaret

📋 copy color: '#D44B63'

red 212 ◦ green 75 ◦ blue 99

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

Shades of Cabaret #D44B63

Tints of Cabaret #D44B63

RGB

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

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

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

R = 54.92%
G = 19.43%
B = 25.65%

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

#D44B63 (or 0xD44B63) is known color: Cabaret. HEX triplet: D4, 4B and 63. RGB value is (212,75,99). Sum of RGB (Red+Green+Blue) = 212+75+99=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44B63 is #2BB49C. Grayscale: #767676. Windows color (decimal): -2864285 or 6507476. OLE color: 6507476.

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

Color convert

RGB 212 75 99 -
CMYK 0 0.65 0.53 0.17
HSL 349.49º 0.61% 0.56% -
HSV(B) 349.49º 0.65% 0.83% -
XYZ 31.92 19.93 13.97 -
YUV 118.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 212 75 99 0 0.65 0.53 0.17 349.49 0.61 0.56
Hex D4 4B 63 0 41 35 11 15D 3D 38
Octal 324 113 143 0 101 65 21 535 75 70
Binary 11010100 1001011 1100011 0 1000001 110101 10001 101011101 111101 111000

Color Harmonies of #D44B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44B63

Black with #D44B63

Text Example


Text Example

White with #D44B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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