Html Css Color HEX #D5626E Cabaret

📋 copy color: '#D5626E'

red 213 ◦ green 98 ◦ blue 110

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

Shades of Cabaret #D5626E

Tints of Cabaret #D5626E

RGB

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

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

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

R = 50.59%
G = 23.28%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5626E (or 0xD5626E) is known color: Cabaret. HEX triplet: D5, 62 and 6E. RGB value is (213,98,110). Sum of RGB (Red+Green+Blue) = 213+98+110=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5626E is #2A9D91. Grayscale: #858585. Windows color (decimal): -2792850 or 7234261. OLE color: 7234261.

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

Color convert

RGB 213 98 110 -
CMYK 0 0.54 0.48 0.16
HSL 353.74º 0.58% 0.61% -
HSV(B) 353.74º 0.54% 0.84% -
XYZ 34.62 24.01 17.56 -
YUV 133.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 213 98 110 0 0.54 0.48 0.16 353.74 0.58 0.61
Hex D5 62 6E 0 36 30 10 162 3A 3D
Octal 325 142 156 0 66 60 20 542 72 75
Binary 11010101 1100010 1101110 0 110110 110000 10000 101100010 111010 111101

Color Harmonies of #D5626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5626E

Black with #D5626E

Text Example


Text Example

White with #D5626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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