Html Css Color HEX #DD4767 Cabaret

📋 copy color: '#DD4767'

red 221 ◦ green 71 ◦ blue 103

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

Shades of Cabaret #DD4767

Tints of Cabaret #DD4767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.97%

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

R = 55.95%
G = 17.97%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD4767 (or 0xDD4767) is known color: Cabaret. HEX triplet: DD, 47 and 67. RGB value is (221,71,103). Sum of RGB (Red+Green+Blue) = 221+71+103=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4767 is #22B898. Grayscale: #777777. Windows color (decimal): -2275481 or 6768605. OLE color: 6768605.

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

Color convert

RGB 221 71 103 -
CMYK 0 0.68 0.53 0.13
HSL 347.2º 0.69% 0.57% -
HSV(B) 347.2º 0.68% 0.87% -
XYZ 34.52 20.86 15.04 -
YUV 119.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 221 71 103 0 0.68 0.53 0.13 347.2 0.69 0.57
Hex DD 47 67 0 44 35 D 15B 45 39
Octal 335 107 147 0 104 65 15 533 105 71
Binary 11011101 1000111 1100111 0 1000100 110101 1101 101011011 1000101 111001

Color Harmonies of #DD4767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4767

Black with #DD4767

Text Example


Text Example

White with #DD4767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4767; }

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

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

background-color css

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

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

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

border-color css

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

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

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