Html Css Color HEX #DD4969 Cabaret

📋 copy color: '#DD4969'

red 221 ◦ green 73 ◦ blue 105

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

Shades of Cabaret #DD4969

Tints of Cabaret #DD4969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

 BLUE value IS 105 (41.41% from 255) = 26.32%

R = 55.39%
G = 18.3%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD4969 (or 0xDD4969) is known color: Cabaret. HEX triplet: DD, 49 and 69. RGB value is (221,73,105). Sum of RGB (Red+Green+Blue) = 221+73+105=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4969 is #22B696. Grayscale: #787878. Windows color (decimal): -2274967 or 6900189. OLE color: 6900189.

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

Color convert

RGB 221 73 105 -
CMYK 0 0.67 0.52 0.13
HSL 347.03º 0.69% 0.58% -
HSV(B) 347.03º 0.67% 0.87% -
XYZ 34.75 21.16 15.62 -
YUV 120.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 221 73 105 0 0.67 0.52 0.13 347.03 0.69 0.58
Hex DD 49 69 0 43 34 D 15B 45 3A
Octal 335 111 151 0 103 64 15 533 105 72
Binary 11011101 1001001 1101001 0 1000011 110100 1101 101011011 1000101 111010

Color Harmonies of #DD4969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4969

Black with #DD4969

Text Example


Text Example

White with #DD4969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4969; }

 p { color: rgb(221,73,105); }

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

background-color css

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

 a { background-color: rgb(221,73,105); }

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

border-color css

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

 span { border-color: rgb(221,73,105); }

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