Html Css Color HEX #D55F6A Cabaret

📋 copy color: '#D55F6A'

red 213 ◦ green 95 ◦ blue 106

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

Shades of Cabaret #D55F6A

Tints of Cabaret #D55F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.95%

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

R = 51.45%
G = 22.95%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D55F6A (or 0xD55F6A) is known color: Cabaret. HEX triplet: D5, 5F and 6A. RGB value is (213,95,106). Sum of RGB (Red+Green+Blue) = 213+95+106=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F6A is #2AA095. Grayscale: #838383. Windows color (decimal): -2793622 or 6971349. OLE color: 6971349.

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

Color convert

RGB 213 95 106 -
CMYK 0 0.55 0.50 0.16
HSL 354.41º 0.58% 0.6% -
HSV(B) 354.41º 0.55% 0.84% -
XYZ 34.13 23.37 16.35 -
YUV 131.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 213 95 106 0 0.55 0.50 0.16 354.41 0.58 0.6
Hex D5 5F 6A 0 37 32 10 162 3A 3C
Octal 325 137 152 0 67 62 20 542 72 74
Binary 11010101 1011111 1101010 0 110111 110010 10000 101100010 111010 111100

Color Harmonies of #D55F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F6A

Black with #D55F6A

Text Example


Text Example

White with #D55F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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