Html Css Color HEX #DD4D6A Cabaret

📋 copy color: '#DD4D6A'

red 221 ◦ green 77 ◦ blue 106

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

Shades of Cabaret #DD4D6A

Tints of Cabaret #DD4D6A

RGB

 RED value IS 221 (86.72% from 255) = 54.7%

 GREEN value IS 77 (30.47% from 255) = 19.06%

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

R = 54.7%
G = 19.06%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD4D6A (or 0xDD4D6A) is known color: Cabaret. HEX triplet: DD, 4D and 6A. RGB value is (221,77,106). Sum of RGB (Red+Green+Blue) = 221+77+106=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4D6A is #22B295. Grayscale: #7B7B7B. Windows color (decimal): -2273942 or 6966749. OLE color: 6966749.

HSL color Cylindrical-coordinate representation of color #DD4D6A: hue angle of 347.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4D6A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 106 -
CMYK 0 0.65 0.52 0.13
HSL 347.92º 0.68% 0.58% -
HSV(B) 347.92º 0.65% 0.87% -
XYZ 35.07 21.72 15.98 -
YUV 123.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 221 77 106 0 0.65 0.52 0.13 347.92 0.68 0.58
Hex DD 4D 6A 0 41 34 D 15C 44 3A
Octal 335 115 152 0 101 64 15 534 104 72
Binary 11011101 1001101 1101010 0 1000001 110100 1101 101011100 1000100 111010

Color Harmonies of #DD4D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D6A

Black with #DD4D6A

Text Example


Text Example

White with #DD4D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D6A; }

 p { color: rgb(221,77,106); }

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

background-color css

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

 a { background-color: rgb(221,77,106); }

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

border-color css

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

 span { border-color: rgb(221,77,106); }

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