Html Css Color HEX #D74A6A Cabaret

📋 copy color: '#D74A6A'

red 215 ◦ green 74 ◦ blue 106

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

Shades of Cabaret #D74A6A

Tints of Cabaret #D74A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

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

R = 54.43%
G = 18.73%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D74A6A (or 0xD74A6A) is known color: Cabaret. HEX triplet: D7, 4A and 6A. RGB value is (215,74,106). Sum of RGB (Red+Green+Blue) = 215+74+106=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A6A is #28B595. Grayscale: #777777. Windows color (decimal): -2667926 or 6965975. OLE color: 6965975.

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

Color convert

RGB 215 74 106 -
CMYK 0 0.66 0.51 0.16
HSL 346.38º 0.64% 0.57% -
HSV(B) 346.38º 0.66% 0.84% -
XYZ 33.07 20.39 15.83 -
YUV 119.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 215 74 106 0 0.66 0.51 0.16 346.38 0.64 0.57
Hex D7 4A 6A 0 42 33 10 15A 40 39
Octal 327 112 152 0 102 63 20 532 100 71
Binary 11010111 1001010 1101010 0 1000010 110011 10000 101011010 1000000 111001

Color Harmonies of #D74A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A6A

Black with #D74A6A

Text Example


Text Example

White with #D74A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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