Html Css Color HEX #D55C6E Cabaret

📋 copy color: '#D55C6E'

red 213 ◦ green 92 ◦ blue 110

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

Shades of Cabaret #D55C6E

Tints of Cabaret #D55C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

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

R = 51.33%
G = 22.17%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D55C6E (or 0xD55C6E) is known color: Cabaret. HEX triplet: D5, 5C and 6E. RGB value is (213,92,110). Sum of RGB (Red+Green+Blue) = 213+92+110=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C6E is #2AA391. Grayscale: #828282. Windows color (decimal): -2794386 or 7232725. OLE color: 7232725.

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

Color convert

RGB 213 92 110 -
CMYK 0 0.57 0.48 0.16
HSL 351.07º 0.59% 0.6% -
HSV(B) 351.07º 0.57% 0.84% -
XYZ 34.08 22.93 17.38 -
YUV 130.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 213 92 110 0 0.57 0.48 0.16 351.07 0.59 0.6
Hex D5 5C 6E 0 39 30 10 15F 3B 3C
Octal 325 134 156 0 71 60 20 537 73 74
Binary 11010101 1011100 1101110 0 111001 110000 10000 101011111 111011 111100

Color Harmonies of #D55C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C6E

Black with #D55C6E

Text Example


Text Example

White with #D55C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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