Html Css Color HEX #D74D69 Cabaret

📋 copy color: '#D74D69'

red 215 ◦ green 77 ◦ blue 105

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

Shades of Cabaret #D74D69

Tints of Cabaret #D74D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 54.16%
G = 19.4%
B = 26.45%

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

#D74D69 (or 0xD74D69) is known color: Cabaret. HEX triplet: D7, 4D and 69. RGB value is (215,77,105). Sum of RGB (Red+Green+Blue) = 215+77+105=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D69 is #28B296. Grayscale: #797979. Windows color (decimal): -2667159 or 6901207. OLE color: 6901207.

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

Color convert

RGB 215 77 105 -
CMYK 0 0.64 0.51 0.16
HSL 347.83º 0.63% 0.57% -
HSV(B) 347.83º 0.64% 0.84% -
XYZ 33.23 20.77 15.62 -
YUV 121.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 215 77 105 0 0.64 0.51 0.16 347.83 0.63 0.57
Hex D7 4D 69 0 40 33 10 15C 3F 39
Octal 327 115 151 0 100 63 20 534 77 71
Binary 11010111 1001101 1101001 0 1000000 110011 10000 101011100 111111 111001

Color Harmonies of #D74D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D69

Black with #D74D69

Text Example


Text Example

White with #D74D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D69; }

 p { color: rgb(215,77,105); }

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

background-color css

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

 a { background-color: rgb(215,77,105); }

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

border-color css

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

 span { border-color: rgb(215,77,105); }

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