Html Css Color HEX #DD526A Cabaret

📋 copy color: '#DD526A'

red 221 ◦ green 82 ◦ blue 106

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

Shades of Cabaret #DD526A

Tints of Cabaret #DD526A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.05%

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

R = 54.03%
G = 20.05%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD526A (or 0xDD526A) is known color: Cabaret. HEX triplet: DD, 52 and 6A. RGB value is (221,82,106). Sum of RGB (Red+Green+Blue) = 221+82+106=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD526A is #22AD95. Grayscale: #7E7E7E. Windows color (decimal): -2272662 or 6968029. OLE color: 6968029.

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

Color convert

RGB 221 82 106 -
CMYK 0 0.63 0.52 0.13
HSL 349.64º 0.67% 0.59% -
HSV(B) 349.64º 0.63% 0.87% -
XYZ 35.44 22.45 16.1 -
YUV 126.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 221 82 106 0 0.63 0.52 0.13 349.64 0.67 0.59
Hex DD 52 6A 0 3F 34 D 15E 43 3B
Octal 335 122 152 0 77 64 15 536 103 73
Binary 11011101 1010010 1101010 0 111111 110100 1101 101011110 1000011 111011

Color Harmonies of #DD526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD526A

Black with #DD526A

Text Example


Text Example

White with #DD526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD526A; }

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

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

background-color css

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

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

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

border-color css

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

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

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