Html Css Color HEX #D56275 Cabaret

📋 copy color: '#D56275'

red 213 ◦ green 98 ◦ blue 117

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

Shades of Cabaret #D56275

Tints of Cabaret #D56275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

 BLUE value IS 117 (46.09% from 255) = 27.34%

R = 49.77%
G = 22.9%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D56275 (or 0xD56275) is known color: Cabaret. HEX triplet: D5, 62 and 75. RGB value is (213,98,117). Sum of RGB (Red+Green+Blue) = 213+98+117=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D56275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56275 is #2A9D8A. Grayscale: #868686. Windows color (decimal): -2792843 or 7693013. OLE color: 7693013.

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

Color convert

RGB 213 98 117 -
CMYK 0 0.54 0.45 0.16
HSL 350.09º 0.58% 0.61% -
HSV(B) 350.09º 0.54% 0.84% -
XYZ 35.02 24.17 19.65 -
YUV 134.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 213 98 117 0 0.54 0.45 0.16 350.09 0.58 0.61
Hex D5 62 75 0 36 2D 10 15E 3A 3D
Octal 325 142 165 0 66 55 20 536 72 75
Binary 11010101 1100010 1110101 0 110110 101101 10000 101011110 111010 111101

Color Harmonies of #D56275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56275

Black with #D56275

Text Example


Text Example

White with #D56275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56275; }

 p { color: rgb(213,98,117); }

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

background-color css

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

 a { background-color: rgb(213,98,117); }

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

border-color css

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

 span { border-color: rgb(213,98,117); }

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