Html Css Color HEX #D35C74 Cabaret

📋 copy color: '#D35C74'

red 211 ◦ green 92 ◦ blue 116

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

Shades of Cabaret #D35C74

Tints of Cabaret #D35C74

RGB

 RED value IS 211 (82.81% from 255) = 50.36%

 GREEN value IS 92 (36.33% from 255) = 21.96%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 50.36%
G = 21.96%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D35C74 (or 0xD35C74) is known color: Cabaret. HEX triplet: D3, 5C and 74. RGB value is (211,92,116). Sum of RGB (Red+Green+Blue) = 211+92+116=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C74 is #2CA38B. Grayscale: #828282. Windows color (decimal): -2925452 or 7625939. OLE color: 7625939.

HSL color Cylindrical-coordinate representation of color #D35C74: hue angle of 347.9º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35C74 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 92 116 -
CMYK 0 0.56 0.45 0.17
HSL 347.9º 0.57% 0.59% -
HSV(B) 347.9º 0.56% 0.83% -
XYZ 33.84 22.76 19.13 -
YUV 130.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 211 92 116 0 0.56 0.45 0.17 347.9 0.57 0.59
Hex D3 5C 74 0 38 2D 11 15C 39 3B
Octal 323 134 164 0 70 55 21 534 71 73
Binary 11010011 1011100 1110100 0 111000 101101 10001 101011100 111001 111011

Color Harmonies of #D35C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C74

Black with #D35C74

Text Example


Text Example

White with #D35C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C74; }

 p { color: rgb(211,92,116); }

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

background-color css

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

 a { background-color: rgb(211,92,116); }

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

border-color css

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

 span { border-color: rgb(211,92,116); }

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