Html Css Color HEX #D5626C Cabaret

📋 copy color: '#D5626C'

red 213 ◦ green 98 ◦ blue 108

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

Shades of Cabaret #D5626C

Tints of Cabaret #D5626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 50.84%
G = 23.39%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5626C (or 0xD5626C) is known color: Cabaret. HEX triplet: D5, 62 and 6C. RGB value is (213,98,108). Sum of RGB (Red+Green+Blue) = 213+98+108=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5626C is #2A9D93. Grayscale: #858585. Windows color (decimal): -2792852 or 7103189. OLE color: 7103189.

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

Color convert

RGB 213 98 108 -
CMYK 0 0.54 0.49 0.16
HSL 354.78º 0.58% 0.61% -
HSV(B) 354.78º 0.54% 0.84% -
XYZ 34.52 23.96 16.99 -
YUV 133.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 213 98 108 0 0.54 0.49 0.16 354.78 0.58 0.61
Hex D5 62 6C 0 36 31 10 163 3A 3D
Octal 325 142 154 0 66 61 20 543 72 75
Binary 11010101 1100010 1101100 0 110110 110001 10000 101100011 111010 111101

Color Harmonies of #D5626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5626C

Black with #D5626C

Text Example


Text Example

White with #D5626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5626C; }

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

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

background-color css

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

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

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

border-color css

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

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

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