Html Css Color HEX #D74D6A Cabaret

📋 copy color: '#D74D6A'

red 215 ◦ green 77 ◦ blue 106

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

Shades of Cabaret #D74D6A

Tints of Cabaret #D74D6A

RGB

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

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

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

R = 54.02%
G = 19.35%
B = 26.63%

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

#D74D6A (or 0xD74D6A) is known color: Cabaret. HEX triplet: D7, 4D and 6A. RGB value is (215,77,106). Sum of RGB (Red+Green+Blue) = 215+77+106=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D6A is #28B295. Grayscale: #797979. Windows color (decimal): -2667158 or 6966743. OLE color: 6966743.

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

Color convert

RGB 215 77 106 -
CMYK 0 0.64 0.51 0.16
HSL 347.39º 0.63% 0.57% -
HSV(B) 347.39º 0.64% 0.84% -
XYZ 33.28 20.8 15.9 -
YUV 121.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 215 77 106 0 0.64 0.51 0.16 347.39 0.63 0.57
Hex D7 4D 6A 0 40 33 10 15B 3F 39
Octal 327 115 152 0 100 63 20 533 77 71
Binary 11010111 1001101 1101010 0 1000000 110011 10000 101011011 111111 111001

Color Harmonies of #D74D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D6A

Black with #D74D6A

Text Example


Text Example

White with #D74D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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