Html Css Color HEX #DD4968 Cabaret

📋 copy color: '#DD4968'

red 221 ◦ green 73 ◦ blue 104

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

Shades of Cabaret #DD4968

Tints of Cabaret #DD4968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 55.53%
G = 18.34%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD4968 (or 0xDD4968) is known color: Cabaret. HEX triplet: DD, 49 and 68. RGB value is (221,73,104). Sum of RGB (Red+Green+Blue) = 221+73+104=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4968 is #22B697. Grayscale: #787878. Windows color (decimal): -2274968 or 6834653. OLE color: 6834653.

HSL color Cylindrical-coordinate representation of color #DD4968: hue angle of 347.43º 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 #DD4968 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 73 104 -
CMYK 0 0.67 0.53 0.13
HSL 347.43º 0.69% 0.58% -
HSV(B) 347.43º 0.67% 0.87% -
XYZ 34.7 21.14 15.35 -
YUV 120.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 221 73 104 0 0.67 0.53 0.13 347.43 0.69 0.58
Hex DD 49 68 0 43 35 D 15B 45 3A
Octal 335 111 150 0 103 65 15 533 105 72
Binary 11011101 1001001 1101000 0 1000011 110101 1101 101011011 1000101 111010

Color Harmonies of #DD4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4968

Black with #DD4968

Text Example


Text Example

White with #DD4968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4968; }

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

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

background-color css

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

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

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

border-color css

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

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

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