Html Css Color HEX #D74D6B Cabaret

📋 copy color: '#D74D6B'

red 215 ◦ green 77 ◦ blue 107

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

Shades of Cabaret #D74D6B

Tints of Cabaret #D74D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.82%

R = 53.88%
G = 19.3%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D74D6B (or 0xD74D6B) is known color: Cabaret. HEX triplet: D7, 4D and 6B. RGB value is (215,77,107). Sum of RGB (Red+Green+Blue) = 215+77+107=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D6B is #28B294. Grayscale: #797979. Windows color (decimal): -2667157 or 7032279. OLE color: 7032279.

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

Color convert

RGB 215 77 107 -
CMYK 0 0.64 0.50 0.16
HSL 346.96º 0.63% 0.57% -
HSV(B) 346.96º 0.64% 0.84% -
XYZ 33.33 20.82 16.17 -
YUV 121.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 215 77 107 0 0.64 0.50 0.16 346.96 0.63 0.57
Hex D7 4D 6B 0 40 32 10 15B 3F 39
Octal 327 115 153 0 100 62 20 533 77 71
Binary 11010111 1001101 1101011 0 1000000 110010 10000 101011011 111111 111001

Color Harmonies of #D74D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D6B

Black with #D74D6B

Text Example


Text Example

White with #D74D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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