Html Css Color HEX #DD4868 Cabaret

📋 copy color: '#DD4868'

red 221 ◦ green 72 ◦ blue 104

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

Shades of Cabaret #DD4868

Tints of Cabaret #DD4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

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

R = 55.67%
G = 18.14%
B = 26.2%

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

#DD4868 (or 0xDD4868) is known color: Cabaret. HEX triplet: DD, 48 and 68. RGB value is (221,72,104). Sum of RGB (Red+Green+Blue) = 221+72+104=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4868 is #22B797. Grayscale: #787878. Windows color (decimal): -2275224 or 6834397. OLE color: 6834397.

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

Color convert

RGB 221 72 104 -
CMYK 0 0.67 0.53 0.13
HSL 347.11º 0.69% 0.57% -
HSV(B) 347.11º 0.67% 0.87% -
XYZ 34.63 21.01 15.33 -
YUV 120.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 221 72 104 0 0.67 0.53 0.13 347.11 0.69 0.57
Hex DD 48 68 0 43 35 D 15B 45 39
Octal 335 110 150 0 103 65 15 533 105 71
Binary 11011101 1001000 1101000 0 1000011 110101 1101 101011011 1000101 111001

Color Harmonies of #DD4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4868

Black with #DD4868

Text Example


Text Example

White with #DD4868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4868; }

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

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

background-color css

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

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

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

border-color css

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

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

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