Html Css Color HEX #D5426D Cabaret

📋 copy color: '#D5426D'

red 213 ◦ green 66 ◦ blue 109

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

Shades of Cabaret #D5426D

Tints of Cabaret #D5426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 54.9%
G = 17.01%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5426D (or 0xD5426D) is known color: Cabaret. HEX triplet: D5, 42 and 6D. RGB value is (213,66,109). Sum of RGB (Red+Green+Blue) = 213+66+109=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5426D is #2ABD92. Grayscale: #727272. Windows color (decimal): -2801043 or 7160533. OLE color: 7160533.

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

Color convert

RGB 213 66 109 -
CMYK 0 0.69 0.49 0.16
HSL 342.45º 0.64% 0.55% -
HSV(B) 342.45º 0.69% 0.84% -
XYZ 32.15 19.15 16.47 -
YUV 114.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 213 66 109 0 0.69 0.49 0.16 342.45 0.64 0.55
Hex D5 42 6D 0 45 31 10 156 40 37
Octal 325 102 155 0 105 61 20 526 100 67
Binary 11010101 1000010 1101101 0 1000101 110001 10000 101010110 1000000 110111

Color Harmonies of #D5426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5426D

Black with #D5426D

Text Example


Text Example

White with #D5426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5426D; }

 p { color: rgb(213,66,109); }

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

background-color css

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

 a { background-color: rgb(213,66,109); }

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

border-color css

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

 span { border-color: rgb(213,66,109); }

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