Html Css Color HEX #D55F69 Cabaret

📋 copy color: '#D55F69'

red 213 ◦ green 95 ◦ blue 105

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

Shades of Cabaret #D55F69

Tints of Cabaret #D55F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 51.57%
G = 23%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D55F69 (or 0xD55F69) is known color: Cabaret. HEX triplet: D5, 5F and 69. RGB value is (213,95,105). Sum of RGB (Red+Green+Blue) = 213+95+105=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F69 is #2AA096. Grayscale: #838383. Windows color (decimal): -2793623 or 6905813. OLE color: 6905813.

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

Color convert

RGB 213 95 105 -
CMYK 0 0.55 0.51 0.16
HSL 354.92º 0.58% 0.6% -
HSV(B) 354.92º 0.55% 0.84% -
XYZ 34.08 23.35 16.08 -
YUV 131.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 213 95 105 0 0.55 0.51 0.16 354.92 0.58 0.6
Hex D5 5F 69 0 37 33 10 163 3A 3C
Octal 325 137 151 0 67 63 20 543 72 74
Binary 11010101 1011111 1101001 0 110111 110011 10000 101100011 111010 111100

Color Harmonies of #D55F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F69

Black with #D55F69

Text Example


Text Example

White with #D55F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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