Html Css Color HEX #D55D6A Cabaret

📋 copy color: '#D55D6A'

red 213 ◦ green 93 ◦ blue 106

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

Shades of Cabaret #D55D6A

Tints of Cabaret #D55D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 51.7%
G = 22.57%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D55D6A (or 0xD55D6A) is known color: Cabaret. HEX triplet: D5, 5D and 6A. RGB value is (213,93,106). Sum of RGB (Red+Green+Blue) = 213+93+106=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D6A is #2AA295. Grayscale: #828282. Windows color (decimal): -2794134 or 6970837. OLE color: 6970837.

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

Color convert

RGB 213 93 106 -
CMYK 0 0.56 0.50 0.16
HSL 353.5º 0.59% 0.6% -
HSV(B) 353.5º 0.56% 0.84% -
XYZ 33.96 23.02 16.29 -
YUV 130.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 213 93 106 0 0.56 0.50 0.16 353.5 0.59 0.6
Hex D5 5D 6A 0 38 32 10 162 3B 3C
Octal 325 135 152 0 70 62 20 542 73 74
Binary 11010101 1011101 1101010 0 111000 110010 10000 101100010 111011 111100

Color Harmonies of #D55D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D6A

Black with #D55D6A

Text Example


Text Example

White with #D55D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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