Html Css Color HEX #D74E6A Cabaret

📋 copy color: '#D74E6A'

red 215 ◦ green 78 ◦ blue 106

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

Shades of Cabaret #D74E6A

Tints of Cabaret #D74E6A

RGB

 RED value IS 215 (84.38% from 255) = 53.88%

 GREEN value IS 78 (30.86% from 255) = 19.55%

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 53.88%
G = 19.55%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D74E6A (or 0xD74E6A) is known color: Cabaret. HEX triplet: D7, 4E and 6A. RGB value is (215,78,106). Sum of RGB (Red+Green+Blue) = 215+78+106=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E6A is #28B195. Grayscale: #7A7A7A. Windows color (decimal): -2666902 or 6966999. OLE color: 6966999.

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

Color convert

RGB 215 78 106 -
CMYK 0 0.64 0.51 0.16
HSL 347.74º 0.63% 0.57% -
HSV(B) 347.74º 0.64% 0.84% -
XYZ 33.35 20.94 15.92 -
YUV 122.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 215 78 106 0 0.64 0.51 0.16 347.74 0.63 0.57
Hex D7 4E 6A 0 40 33 10 15C 3F 39
Octal 327 116 152 0 100 63 20 534 77 71
Binary 11010111 1001110 1101010 0 1000000 110011 10000 101011100 111111 111001

Color Harmonies of #D74E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E6A

Black with #D74E6A

Text Example


Text Example

White with #D74E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E6A; }

 p { color: rgb(215,78,106); }

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

background-color css

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

 a { background-color: rgb(215,78,106); }

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

border-color css

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

 span { border-color: rgb(215,78,106); }

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