Html Css Color HEX #D55065 Cabaret

📋 copy color: '#D55065'

red 213 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #D55065

Tints of Cabaret #D55065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 54.06%
G = 20.3%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D55065 (or 0xD55065) is known color: Cabaret. HEX triplet: D5, 50 and 65. RGB value is (213,80,101). Sum of RGB (Red+Green+Blue) = 213+80+101=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D55065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55065 is #2AAF9A. Grayscale: #7A7A7A. Windows color (decimal): -2797467 or 6639829. OLE color: 6639829.

HSL color Cylindrical-coordinate representation of color #D55065: hue angle of 350.53º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55065 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 101 -
CMYK 0 0.62 0.53 0.16
HSL 350.53º 0.61% 0.57% -
HSV(B) 350.53º 0.62% 0.84% -
XYZ 32.66 20.82 14.61 -
YUV 122.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 213 80 101 0 0.62 0.53 0.16 350.53 0.61 0.57
Hex D5 50 65 0 3E 35 10 15F 3D 39
Octal 325 120 145 0 76 65 20 537 75 71
Binary 11010101 1010000 1100101 0 111110 110101 10000 101011111 111101 111001

Color Harmonies of #D55065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55065

Black with #D55065

Text Example


Text Example

White with #D55065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55065; }

 p { color: rgb(213,80,101); }

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

background-color css

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

 a { background-color: rgb(213,80,101); }

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

border-color css

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

 span { border-color: rgb(213,80,101); }

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