Html Css Color HEX #D55A6E Cabaret

📋 copy color: '#D55A6E'

red 213 ◦ green 90 ◦ blue 110

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

Shades of Cabaret #D55A6E

Tints of Cabaret #D55A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 51.57%
G = 21.79%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D55A6E (or 0xD55A6E) is known color: Cabaret. HEX triplet: D5, 5A and 6E. RGB value is (213,90,110). Sum of RGB (Red+Green+Blue) = 213+90+110=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A6E is #2AA591. Grayscale: #818181. Windows color (decimal): -2794898 or 7232213. OLE color: 7232213.

HSL color Cylindrical-coordinate representation of color #D55A6E: hue angle of 350.24º 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 #D55A6E is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 110 -
CMYK 0 0.58 0.48 0.16
HSL 350.24º 0.59% 0.59% -
HSV(B) 350.24º 0.58% 0.84% -
XYZ 33.91 22.58 17.32 -
YUV 129.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 213 90 110 0 0.58 0.48 0.16 350.24 0.59 0.59
Hex D5 5A 6E 0 3A 30 10 15E 3B 3B
Octal 325 132 156 0 72 60 20 536 73 73
Binary 11010101 1011010 1101110 0 111010 110000 10000 101011110 111011 111011

Color Harmonies of #D55A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A6E

Black with #D55A6E

Text Example


Text Example

White with #D55A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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