Html Css Color HEX #D9446A Cabaret

📋 copy color: '#D9446A'

red 217 ◦ green 68 ◦ blue 106

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

Shades of Cabaret #D9446A

Tints of Cabaret #D9446A

RGB

 RED value IS 217 (85.16% from 255) = 55.5%

 GREEN value IS 68 (26.95% from 255) = 17.39%

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 55.5%
G = 17.39%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9446A (or 0xD9446A) is known color: Cabaret. HEX triplet: D9, 44 and 6A. RGB value is (217,68,106). Sum of RGB (Red+Green+Blue) = 217+68+106=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9446A is #26BB95. Grayscale: #747474. Windows color (decimal): -2538390 or 6964441. OLE color: 6964441.

HSL color Cylindrical-coordinate representation of color #D9446A: hue angle of 344.7º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9446A is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 68 106 -
CMYK 0 0.69 0.51 0.15
HSL 344.7º 0.66% 0.56% -
HSV(B) 344.7º 0.69% 0.85% -
XYZ 33.28 19.93 15.73 -
YUV 116.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 217 68 106 0 0.69 0.51 0.15 344.7 0.66 0.56
Hex D9 44 6A 0 45 33 F 159 42 38
Octal 331 104 152 0 105 63 17 531 102 70
Binary 11011001 1000100 1101010 0 1000101 110011 1111 101011001 1000010 111000

Color Harmonies of #D9446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9446A

Black with #D9446A

Text Example


Text Example

White with #D9446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9446A; }

 p { color: rgb(217,68,106); }

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

background-color css

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

 a { background-color: rgb(217,68,106); }

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

border-color css

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

 span { border-color: rgb(217,68,106); }

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