Html Css Color HEX #DD4F6A Cabaret

📋 copy color: '#DD4F6A'

red 221 ◦ green 79 ◦ blue 106

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

Shades of Cabaret #DD4F6A

Tints of Cabaret #DD4F6A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.46%

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

R = 54.43%
G = 19.46%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD4F6A (or 0xDD4F6A) is known color: Cabaret. HEX triplet: DD, 4F and 6A. RGB value is (221,79,106). Sum of RGB (Red+Green+Blue) = 221+79+106=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F6A is #22B095. Grayscale: #7C7C7C. Windows color (decimal): -2273430 or 6967261. OLE color: 6967261.

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

Color convert

RGB 221 79 106 -
CMYK 0 0.64 0.52 0.13
HSL 348.59º 0.68% 0.59% -
HSV(B) 348.59º 0.64% 0.87% -
XYZ 35.22 22 16.03 -
YUV 124.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 221 79 106 0 0.64 0.52 0.13 348.59 0.68 0.59
Hex DD 4F 6A 0 40 34 D 15D 44 3B
Octal 335 117 152 0 100 64 15 535 104 73
Binary 11011101 1001111 1101010 0 1000000 110100 1101 101011101 1000100 111011

Color Harmonies of #DD4F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F6A

Black with #DD4F6A

Text Example


Text Example

White with #DD4F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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