Html Css Color HEX #D55A6B Cabaret

📋 copy color: '#D55A6B'

red 213 ◦ green 90 ◦ blue 107

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

Shades of Cabaret #D55A6B

Tints of Cabaret #D55A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.95%

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 51.95%
G = 21.95%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D55A6B (or 0xD55A6B) is known color: Cabaret. HEX triplet: D5, 5A and 6B. RGB value is (213,90,107). Sum of RGB (Red+Green+Blue) = 213+90+107=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A6B is #2AA594. Grayscale: #808080. Windows color (decimal): -2794901 or 7035605. OLE color: 7035605.

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

Color convert

RGB 213 90 107 -
CMYK 0 0.58 0.50 0.16
HSL 351.71º 0.59% 0.59% -
HSV(B) 351.71º 0.58% 0.84% -
XYZ 33.75 22.52 16.48 -
YUV 128.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 213 90 107 0 0.58 0.50 0.16 351.71 0.59 0.59
Hex D5 5A 6B 0 3A 32 10 160 3B 3B
Octal 325 132 153 0 72 62 20 540 73 73
Binary 11010101 1011010 1101011 0 111010 110010 10000 101100000 111011 111011

Color Harmonies of #D55A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A6B

Black with #D55A6B

Text Example


Text Example

White with #D55A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A6B; }

 p { color: rgb(213,90,107); }

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

background-color css

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

 a { background-color: rgb(213,90,107); }

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

border-color css

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

 span { border-color: rgb(213,90,107); }

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