Html Css Color HEX #D55E6E Cabaret

📋 copy color: '#D55E6E'

red 213 ◦ green 94 ◦ blue 110

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

Shades of Cabaret #D55E6E

Tints of Cabaret #D55E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

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

R = 51.08%
G = 22.54%
B = 26.38%

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

#D55E6E (or 0xD55E6E) is known color: Cabaret. HEX triplet: D5, 5E and 6E. RGB value is (213,94,110). Sum of RGB (Red+Green+Blue) = 213+94+110=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E6E is #2AA191. Grayscale: #838383. Windows color (decimal): -2793874 or 7233237. OLE color: 7233237.

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

Color convert

RGB 213 94 110 -
CMYK 0 0.56 0.48 0.16
HSL 351.93º 0.59% 0.6% -
HSV(B) 351.93º 0.56% 0.84% -
XYZ 34.26 23.28 17.44 -
YUV 131.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 213 94 110 0 0.56 0.48 0.16 351.93 0.59 0.6
Hex D5 5E 6E 0 38 30 10 160 3B 3C
Octal 325 136 156 0 70 60 20 540 73 74
Binary 11010101 1011110 1101110 0 111000 110000 10000 101100000 111011 111100

Color Harmonies of #D55E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E6E

Black with #D55E6E

Text Example


Text Example

White with #D55E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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