Html Css Color HEX #D55D6F Cabaret

📋 copy color: '#D55D6F'

red 213 ◦ green 93 ◦ blue 111

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

Shades of Cabaret #D55D6F

Tints of Cabaret #D55D6F

RGB

 RED value IS 213 (83.59% from 255) = 51.08%

 GREEN value IS 93 (36.72% from 255) = 22.3%

 BLUE value IS 111 (43.75% from 255) = 26.62%

R = 51.08%
G = 22.3%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D55D6F (or 0xD55D6F) is known color: Cabaret. HEX triplet: D5, 5D and 6F. RGB value is (213,93,111). Sum of RGB (Red+Green+Blue) = 213+93+111=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D6F is #2AA290. Grayscale: #828282. Windows color (decimal): -2794129 or 7298517. OLE color: 7298517.

HSL color Cylindrical-coordinate representation of color #D55D6F: hue angle of 351º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55D6F is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 93 111 -
CMYK 0 0.56 0.48 0.16
HSL 351º 0.59% 0.6% -
HSV(B) 351º 0.56% 0.84% -
XYZ 34.22 23.12 17.7 -
YUV 130.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 213 93 111 0 0.56 0.48 0.16 351 0.59 0.6
Hex D5 5D 6F 0 38 30 10 15F 3B 3C
Octal 325 135 157 0 70 60 20 537 73 74
Binary 11010101 1011101 1101111 0 111000 110000 10000 101011111 111011 111100

Color Harmonies of #D55D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D6F

Black with #D55D6F

Text Example


Text Example

White with #D55D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D6F; }

 p { color: rgb(213,93,111); }

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

background-color css

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

 a { background-color: rgb(213,93,111); }

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

border-color css

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

 span { border-color: rgb(213,93,111); }

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