Html Css Color HEX #D44A70 Cabaret

📋 copy color: '#D44A70'

red 212 ◦ green 74 ◦ blue 112

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

Shades of Cabaret #D44A70

Tints of Cabaret #D44A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 53.27%
G = 18.59%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D44A70 (or 0xD44A70) is known color: Cabaret. HEX triplet: D4, 4A and 70. RGB value is (212,74,112). Sum of RGB (Red+Green+Blue) = 212+74+112=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44A70 is #2BB58F. Grayscale: #777777. Windows color (decimal): -2864528 or 7359188. OLE color: 7359188.

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

Color convert

RGB 212 74 112 -
CMYK 0 0.65 0.47 0.17
HSL 343.48º 0.62% 0.56% -
HSV(B) 343.48º 0.65% 0.83% -
XYZ 32.52 20.06 17.49 -
YUV 119.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 212 74 112 0 0.65 0.47 0.17 343.48 0.62 0.56
Hex D4 4A 70 0 41 2F 11 157 3E 38
Octal 324 112 160 0 101 57 21 527 76 70
Binary 11010100 1001010 1110000 0 1000001 101111 10001 101010111 111110 111000

Color Harmonies of #D44A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A70

Black with #D44A70

Text Example


Text Example

White with #D44A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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