Html Css Color HEX #D34361 Cabaret

📋 copy color: '#D34361'

red 211 ◦ green 67 ◦ blue 97

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

Shades of Cabaret #D34361

Tints of Cabaret #D34361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

 BLUE value IS 97 (38.28% from 255) = 25.87%

R = 56.27%
G = 17.87%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D34361 (or 0xD34361) is known color: Cabaret. HEX triplet: D3, 43 and 61. RGB value is (211,67,97). Sum of RGB (Red+Green+Blue) = 211+67+97=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D34361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34361 is #2CBC9E. Grayscale: #717171. Windows color (decimal): -2931871 or 6374355. OLE color: 6374355.

HSL color Cylindrical-coordinate representation of color #D34361: hue angle of 347.5º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34361 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 67 97 -
CMYK 0 0.68 0.54 0.17
HSL 347.5º 0.62% 0.55% -
HSV(B) 347.5º 0.68% 0.83% -
XYZ 31.03 18.73 13.29 -
YUV 113.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 211 67 97 0 0.68 0.54 0.17 347.5 0.62 0.55
Hex D3 43 61 0 44 36 11 15C 3E 37
Octal 323 103 141 0 104 66 21 534 76 67
Binary 11010011 1000011 1100001 0 1000100 110110 10001 101011100 111110 110111

Color Harmonies of #D34361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34361

Black with #D34361

Text Example


Text Example

White with #D34361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34361; }

 p { color: rgb(211,67,97); }

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

background-color css

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

 a { background-color: rgb(211,67,97); }

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

border-color css

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

 span { border-color: rgb(211,67,97); }

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