Html Css Color HEX #DD5867 Cabaret

📋 copy color: '#DD5867'

red 221 ◦ green 88 ◦ blue 103

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

Shades of Cabaret #DD5867

Tints of Cabaret #DD5867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.36%

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

R = 53.64%
G = 21.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD5867 (or 0xDD5867) is known color: Cabaret. HEX triplet: DD, 58 and 67. RGB value is (221,88,103). Sum of RGB (Red+Green+Blue) = 221+88+103=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5867 is #22A798. Grayscale: #818181. Windows color (decimal): -2271129 or 6772957. OLE color: 6772957.

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

Color convert

RGB 221 88 103 -
CMYK 0 0.60 0.53 0.13
HSL 353.23º 0.66% 0.61% -
HSV(B) 353.23º 0.6% 0.87% -
XYZ 35.76 23.33 15.45 -
YUV 129.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 221 88 103 0 0.60 0.53 0.13 353.23 0.66 0.61
Hex DD 58 67 0 3C 35 D 161 42 3D
Octal 335 130 147 0 74 65 15 541 102 75
Binary 11011101 1011000 1100111 0 111100 110101 1101 101100001 1000010 111101

Color Harmonies of #DD5867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5867

Black with #DD5867

Text Example


Text Example

White with #DD5867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5867; }

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

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

background-color css

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

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

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

border-color css

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

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

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