Html Css Color HEX #D5446D Cabaret

📋 copy color: '#D5446D'

red 213 ◦ green 68 ◦ blue 109

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

Shades of Cabaret #D5446D

Tints of Cabaret #D5446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 54.62%
G = 17.44%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5446D (or 0xD5446D) is known color: Cabaret. HEX triplet: D5, 44 and 6D. RGB value is (213,68,109). Sum of RGB (Red+Green+Blue) = 213+68+109=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5446D is #2ABB92. Grayscale: #747474. Windows color (decimal): -2800531 or 7161045. OLE color: 7161045.

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

Color convert

RGB 213 68 109 -
CMYK 0 0.68 0.49 0.16
HSL 343.03º 0.63% 0.55% -
HSV(B) 343.03º 0.68% 0.84% -
XYZ 32.27 19.38 16.51 -
YUV 116.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 213 68 109 0 0.68 0.49 0.16 343.03 0.63 0.55
Hex D5 44 6D 0 44 31 10 157 3F 37
Octal 325 104 155 0 104 61 20 527 77 67
Binary 11010101 1000100 1101101 0 1000100 110001 10000 101010111 111111 110111

Color Harmonies of #D5446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5446D

Black with #D5446D

Text Example


Text Example

White with #D5446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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