Html Css Color HEX #DD5767 Cabaret

📋 copy color: '#DD5767'

red 221 ◦ green 87 ◦ blue 103

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

Shades of Cabaret #DD5767

Tints of Cabaret #DD5767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 103 (40.63% from 255) = 25.06%

R = 53.77%
G = 21.17%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD5767 (or 0xDD5767) is known color: Cabaret. HEX triplet: DD, 57 and 67. RGB value is (221,87,103). Sum of RGB (Red+Green+Blue) = 221+87+103=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5767 is #22A898. Grayscale: #808080. Windows color (decimal): -2271385 or 6772701. OLE color: 6772701.

HSL color Cylindrical-coordinate representation of color #DD5767: hue angle of 352.84º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5767 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 87 103 -
CMYK 0 0.61 0.53 0.13
HSL 352.84º 0.66% 0.6% -
HSV(B) 352.84º 0.61% 0.87% -
XYZ 35.68 23.17 15.42 -
YUV 128.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 221 87 103 0 0.61 0.53 0.13 352.84 0.66 0.6
Hex DD 57 67 0 3D 35 D 161 42 3C
Octal 335 127 147 0 75 65 15 541 102 74
Binary 11011101 1010111 1100111 0 111101 110101 1101 101100001 1000010 111100

Color Harmonies of #DD5767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5767

Black with #DD5767

Text Example


Text Example

White with #DD5767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5767; }

 p { color: rgb(221,87,103); }

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

background-color css

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

 a { background-color: rgb(221,87,103); }

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

border-color css

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

 span { border-color: rgb(221,87,103); }

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